/TCP-Message

Byte Stream message sender through TCP.

Primary LanguageDartMIT LicenseMIT

Dart Byte Stream Sender

This is a simple Dart project that sends byte streams over a TCP connection. The project was developed during my time at a company that used TCP connections to send byte streams to control smart homes.

Description

The project connects to a socket using a specified IP and port number. Once the connection is established, it sends a predefined message as a byte stream. After sending the message, it listens for a response from the server, prints it to the console, and then closes the socket. The program then waits for 5 seconds before ending.

Authors

Enrique Rodrigues (Basi)

Version History

  • 0.1
    • Initial Release

Acknowledgments

Inspiration, code snippets, etc.