Connectors
Library to handle any TCP based connection.
Features
- Handles both persistent and non-peristent connections.
- Support for both pull and push connections.
- Super light-weight implementations well suited for IoT applications.
- Fully asynchronous.
Currently available connectors
TCPConnector
- This will handle peristent TCP connections.GMQTTConnector
- This will handle MQTT connections.ServerConnector
- Creates a HTTP server that can handle requests and send responses.
License
This project is licensed under the MIT License