https://github.com/erpuno/mq
📟 MQ: MQTT Server ISO 20922
https://github.com/erpuno/mq
Last synced: 5 months ago
JSON representation
📟 MQ: MQTT Server ISO 20922
- Host: GitHub
- URL: https://github.com/erpuno/mq
- Owner: synrc
- Created: 2019-02-10T15:34:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T02:00:44.000Z (about 3 years ago)
- Last Synced: 2025-04-10T00:37:10.788Z (about 1 year ago)
- Language: HTML
- Homepage: https://mq.erp.uno
- Size: 71.3 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SYNRC 📟 MQ
===========
Features
--------
* C99
* TCP/UDP/TLS/QUIC
Install
-------
```
$ sudo apt install libuv1-dev libmbedtls-dev
$ gcc -o mq mq.c -luv -lmbedtls -lmbedx509 -lmbedcrypto
```
Example of success:
```
$ ./mq
QUIC support requires msquic integration
MQTT v5 server running on ports 1883 (TCP), 8883 (TLS), 14567 (UDP)
```
Credits
=======
* Namdak Tonpa