1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 05:16:13 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
d474dbe587
Minor README.md edit 2020-06-21 23:02:57 +02:00
be4c226955
Fix HTTP reverse proxy with embedded IoT (#20)
* Add an ENV far for custom docker binding

* Delay in Arduino can be customized

* Fix 400 error with Arduino telemetry and Nginx
This was caused by the client not waiting for a response.
Also Content-Length header was bogus.

* Do not crash mqtt-to-db if devices isn't proviosioned

* Update READMEs
2020-06-21 22:58:46 +02:00
76c60d96dd
Update README.md 2020-06-21 16:09:06 +02:00
fb92cd3198
Minor README.md change [skip ci] 2020-06-21 16:07:02 +02:00
ddf6334b18
Add badges [skip ci] 2020-06-21 16:02:59 +02:00
b318c32485
Implement MQTT over WebSocket support (#19)
* Update README.md

* Change default port in EEPROM

* Add more docs

* Implement MQTT over WS

* Update diagrams

* Update README.md and fix travis

* Fix simulator.py

* Fix a warning in .travis.yml

* Sync travis with simulator.py

* Fix serial in EDGE composer
2020-06-21 15:21:00 +02:00
05a5271e9a
Add schemas [skip ci] 2020-06-20 16:36:28 +02:00
762605c5c4
Add testing suite (#18)
* Add some tests

* Add an example of NTP with encryption

* Enable TravisCI

* Run sims via Docker

* Improve simulators stage

* Final fix for travis

* Add README docs [skip ci]
2020-06-20 14:41:50 +02:00
b18030f5e5
Add static support and health-check (#17) 2020-06-18 19:09:46 +02:00
8e71d64f8f
Renaming to BITE (#15)
* Renaming, again

* Update README.md
2020-06-17 23:30:00 +02:00
09cf23554a
Project renaming (#14)
* Renaming

* Make Django migrations sync to DB availability
2020-06-17 20:08:10 +02:00
c162b22488
Initial commit 2020-05-29 14:20:21 +02:00