mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-20 21:41:40 +08:00
4374170c40ef9abfd864c5fcbc3af28019c39bdf
Comes at the expense of increased memory usage. This could be countered by using a hash just for loading (increased memory usage during loading, reduced afterwards) but this approach does allow the immediate removal of messages from the store.
Mosquitto ========= Mosquitto is an open source implementation of a server for version 3.1 and 3.1.1 of the MQTT protocol. See the following links for more information on MQTT: http://mqtt.org/ http://www.ibm.com/developerworks/webservices/library/ws-mqtt/index.html Mosquitto project information is available at the following locations: http://mosquitto.org/ (main homepage) https://bugs.eclipse.org/bugs/buglist.cgi?product=Mosquitto (Find bugs) https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mosquitto (Submit bugs) http://git.eclipse.org/c/mosquitto/org.eclipse.mosquitto.git/ (source code repository, web interface There is also a public test server available at http://test.mosquitto.org/ Mosquitto was written by Roger Light <roger@atchoo.org>
Languages
C
55.1%
Python
28%
C++
6.8%
HTML
2.1%
Makefile
2%
Other
5.9%