Commit Graph

12 Commits

Author SHA1 Message Date
Mikaël Ates 46cdaa3b3d Add transmission to the control script. 2016-03-10 09:14:32 +01:00
Mikaël Ates e43bb895f4 Add transmission to a carbon server. 2016-03-10 09:13:36 +01:00
Mikaël Ates 8b8b6a0778 Add transmitter settings to config. 2016-03-10 09:12:02 +01:00
Mikaël Ates f6092a18bd Config Web manager.
WSGI application with a gunicorn running script.

    For reading and writing the JSON config file.

    E.g. with run with:
    python -m manager.server -b 127.0.0.1:9000

    Get config with:
    curl --header "Accept: application/json" http://127.0.0.1:9000/config

    Get one setting with:
    curl --header "Accept: application/json" http://127.0.0.1:9000/your_setting

    Set config with:
    curl -H "Content-Type: application/json" -X POST -d 'your_json_config' \
        --header "Accept: application/json" http://127.0.0.1:9000/config

    Set setting with:
    curl -H "Content-Type: application/json" -X POST -d '{"your_setting": value}' \
        --header "Accept: application/json" http://127.0.0.1:9000/your_setting
2016-03-10 07:08:50 +01:00
Mikaël Ates 9a6edf0020 Add utils. 2016-03-10 07:08:50 +01:00
Mikaël Ates ffc5103dac Add logging configuration. 2016-03-10 07:08:50 +01:00
Mikaël Ates d7d52026e6 Reader control script. 2016-03-09 16:05:58 +01:00
Mikaël Ates a57bdd0b36 Reader module handling inventory and recording. 2016-03-09 16:04:03 +01:00
Mikaël Ates 71d1e49074 Reader configuration module based on a JSON file. 2016-03-09 15:37:44 +01:00
Mikaël Ates eb31e87f20 EPC decoding module. 2016-03-09 15:27:26 +01:00
Mikaël Ates 792ea0a28a Clean COPYING file. 2016-03-09 15:23:45 +01:00
Mikaël Ates 10835adaa3 Add COPYING file. 2016-03-09 15:20:22 +01:00