This project facilitates the users in transmitting packets with customizable payloads and variable intervals to a specified IP address utilizing the HTTP, CoAP, and TCP protocols.
To utilize the features offered in this project, it is necessary to install the required libraries by executing the following command:
pip install -r requirements.txt
- Senders
This folder contains the necessary scripts and utilities for sending packets over TCP, CoAP, and HTTP protocols. It utilizes Python's Scapy library for packet manipulation and WebSockets for efficient communication.