Skip to content

crazycoder1999/nodemcu-firmware

 
 

Repository files navigation

NodeMCU_MQTT_Hacked

Derived from version 0.9.5

This is a forked version of nodemcu-firmware: https://github.com/nodemcu/nodemcu-firmware

The changes from the original version are relatives to how MQTT "publish" is managed.

I removed the queue mechanism on publish: now message are directly sent and not ordered.

This question on stackoverflow it explains why I made this changes: http://stackoverflow.com/questions/33414441/nodemcu-and-esp8266-slow-mqtt-publish

Inside bin directory you will find 2 already prepared binary file to flash on the esp8266: 0x00000.bin and 0x10000.bin

Check my blog for other details: http://pestohacks.blogspot.com and description of a sample project

About

lua based interactive firmware for mcu like esp8266

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.9%
  • Lua 1.7%
  • C++ 0.8%
  • Makefile 0.6%
  • CMake 0.0%
  • Objective-C 0.0%