- optimize MQTT remote module, support multiple remotes and message router
- add validatesubs config to check MQTT client subscribe result or not
- isolate module directory in docker mode
- remove network scope filter to support old docker
- rich build, test and release scripts and documents
- checkin vendor to solve all build issues
- refactor code and format all messages
- replace shell with makefile
- update gomqtt
- add travis CI
Initial open source.
- support module management after modularization
- support two modes: docker container and native process
- support resource constraints in docker container mode(cpu, memory, etc)
- provide some official modules, such as hub, function(and python2.7 runtime), MQTT remote, etc.
- N/A