37c7c49614
Remove Django 3.2 warnings
2021-10-02 18:41:19 +02:00
f958692350
Update badges [skip ci]
2021-03-26 22:28:18 +01:00
7f8cc03371
Update README [skip ci]
2021-03-26 22:25:11 +01:00
665b3e87d0
Hyperscale ( #25 )
...
* Fix a regression in the hyperscale creation
* Clean the jupyter notebook [skip ci]
* Fix typos [skip ci]
* Improve date args in API
2021-03-26 22:17:53 +01:00
5cff8b9c2c
Minor improvements to the notebook
2021-03-25 00:15:44 +01:00
f7e45a5531
Merge pull request #24 from daniviga/esp32v2
...
Add an ESP32 example that collects HALL effect and WiFi RSSI
2021-03-24 23:33:58 +01:00
7a9b138069
Update the notebook
2021-03-24 23:32:19 +01:00
1cf1aff2e5
Add Jupyter notebook example for plotting telemetry
2021-03-24 23:25:14 +01:00
22cbc5b8a9
Store ESP32 settings in the nvs
2021-03-24 21:54:41 +01:00
adcaa6104f
Add ESP32 example
2021-03-21 23:57:00 +01:00
91b9c09c2b
Copyright update
2021-03-21 16:18:44 +01:00
b6d0fb85c9
Validate date in telemetry get
2021-03-21 16:16:50 +01:00
b5a16f03bc
Extend DinD warm up
2021-03-19 13:56:28 +01:00
20fa37513a
Extend DinD warm up
2021-03-19 13:37:22 +01:00
e2203d0266
Project maintenance
2021-03-19 10:11:55 +01:00
cacc397162
Remove dependencies pinning ( #23 )
...
* Remove dependencies pinning
* Fix a test
2020-10-25 19:11:08 +01:00
7e6e36133d
Update codeql-analysis.yml
2020-10-25 11:40:15 +01:00
33c2d80fd1
Create codeql-analysis.yml
2020-10-25 11:38:28 +01:00
0fce565c85
Fix tests
2020-08-23 15:55:42 +02:00
5c6736a817
Move to Django 3.1
2020-08-23 15:44:17 +02:00
b1d0f35cf7
Fix first and last sample
2020-06-30 22:35:20 +02:00
fe61ebbd9d
Disable pip caching
2020-06-26 22:05:18 +02:00
c5418c0734
Better layering for Docker image
2020-06-26 22:03:30 +02:00
165ae3d3c0
API improvements ( #22 )
...
* Add swagger ui
* API improvements
* Fix nginx and pre-compile python to speedup start
* Add flake8 testing
2020-06-26 19:27:47 +02:00
b15b88aab4
Update diagram [skip ci]
2020-06-22 11:17:40 +02:00
ff9157dc7e
Commit forgotten changes from last night
2020-06-22 09:48:45 +02:00
ce88e47ed8
Add license headers ( #21 )
2020-06-21 23:34:54 +02:00
d474dbe587
Minor README.md edit
2020-06-21 23:02:57 +02:00
b0fe12f594
Reuse build cache in bite docker
2020-06-21 22:59:17 +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
454c4b43cf
Use nginx by default as ingress ( #16 )
2020-06-18 00:02:28 +02:00
8e71d64f8f
Renaming to BITE ( #15 )
...
* Renaming, again
* Update README.md
2020-06-17 23:30:00 +02:00
648608525d
Fix eeprom_prog.ino indent
2020-06-17 20:13:02 +02:00
09cf23554a
Project renaming ( #14 )
...
* Renaming
* Make Django migrations sync to DB availability
2020-06-17 20:08:10 +02:00
32b6350c35
Use shared subscription
2020-06-16 23:09:14 +02:00
2a443815b0
Cleanup
2020-06-16 22:48:58 +02:00
ffc12992c4
Switch Arduino to MQTT
2020-06-16 13:12:09 +02:00
8517190e72
Move edge-host in a custom compose
2020-06-15 22:53:02 +02:00
8e5a407b28
Implement MQTT ingestion and improve dockerization ( #13 )
...
* Add mqtt-to-db command
* Minor fixes
* Ignore production.py on git
* Add a production conf
* Add django container
* Add gunicorn for prod and traefik
2020-06-15 22:47:55 +02:00
0ee0b51078
Add time filtering to Telemetry ( #12 )
2020-06-10 23:17:30 +02:00
a7cebefbf5
Implement the MQTT protocol ( #11 )
...
* Add MQTT support on Arduino
* Add MQTT simulator
* Use a single python simulator
* Minor improvements to dockerfiles
* Add transport internal field to telemetry
* Add PubSubClient
2020-06-08 23:17:16 +02:00
bbb92100f8
Improve API endpoints ( #10 )
...
* Improve device API endpoints
* Arduino minor optimizations
2020-06-05 13:24:12 +02:00
253411c0fd
Telemetry is a POST only and filter GET by device ( #9 )
2020-06-05 00:15:31 +02:00