1
0
Fork 0
Commit Graph

626 Commits (d4fb5189d19aa7fc12e1adcfbc7b3ca07452fed6)

Author SHA1 Message Date
Vasilis Tsiligiannis b4a44a3873 docker-compose: Do not byte-compile on host mount
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-12 12:43:36 +02:00
Vasilis Tsiligiannis d76c399d24 Use 'djangoctl.sh' or production image to run application
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-12 12:43:36 +02:00
Vasilis Tsiligiannis 8bce163657 Introduce Dockerfile for building production image
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-12 12:43:22 +02:00
Vasilis Tsiligiannis 75c6dad33a Introduce SatNOGS Django control script
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-12 12:43:12 +02:00
Vasilis Tsiligiannis 69ef478d4a docker-compose: Do not specify container names
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-09 22:08:12 +02:00
Vasilis Tsiligiannis a301793b1d docker-compose: Remove empty lines
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-09 21:55:27 +02:00
Vasilis Tsiligiannis a138bc7d15 Fix relative paths of templates and static files directories
This makes static files and templates source paths relative to the
application instead of current working directory.

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-09 19:41:12 +02:00
Vasilis Tsiligiannis 1a037d875c Use decoders from 'satnogsdecoders' package
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-08 00:29:20 +02:00
Pierros Papadeas c1bdf25613 Enhance email for satellite suggestions 2018-11-07 13:09:41 +00:00
Pierros Papadeas 84d4a76e88 Add counters on stats page 2018-11-07 13:09:41 +00:00
Fabian P. Schmidt 0e10569938 Update requirements
Steps performed:
```
npm install
./node_modules/.bin/gulp
```

Update of gpredict.js to 0.2.0 included, fixes #214.
2018-11-07 13:59:24 +01:00
Fabian P. Schmidt af7a1dd6d5 docs: Add maintenance guide 2018-11-07 13:54:37 +01:00
Vasilis Tsiligiannis 59416234f0 Drop package hashes from requirement files
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-06 20:13:44 +02:00
Vasilis Tsiligiannis 6832b45068 Move requirement files to top directory
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-06 14:00:07 +02:00
Vasilis Tsiligiannis 9d8dfedc92 gitlab-ci: Deploy only from upstream project
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-06 13:41:13 +02:00
Vasilis Tsiligiannis 88ce67c062 Add requirements on 'satnogs-db' package
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-06 13:32:43 +02:00
Vasilis Tsiligiannis 4d08cdb6e4 Create an initial 'satnogs-db' package with no requirements specified
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2018-11-06 13:32:43 +02:00
Ansgar Schmidt f4dca9a787 Kaitai decoder for QBEE (NORAD 42708)
Signed-off-by: Ansgar Schmidt <ansgar.schmidt@gmx.net>
2018-10-30 23:05:03 +01:00
Patrick Dohmen 753be85dcd Add AMSAT FOX DUV decoder struct
Signed-off-by: Patrick Dohmen <dl4pd@darc.de>
2018-10-26 20:26:41 +02:00
Patrick Dohmen a66df2eb43 Switch frametypes on known length and opcode, ignore unknown 2018-10-21 20:58:57 +02:00
Patrick Dohmen 6c898a167c Replace the regex parsing by binary data parsing 2018-10-14 10:05:57 +02:00
Patrick Dohmen 5b7dba4d6e Add ELFIN housekeeping telemetry struct and fix endianess 2018-10-11 23:22:15 +00:00
Patrick Dohmen 34b13e2312 Remove 'str' and encoding from data field as it is not just ASCII 2018-10-11 23:34:50 +02:00
Patrick Dohmen f109edfd4a Fix python capitalization requirements 2018-10-11 19:52:46 +02:00
Patrick Dohmen f03d549f76 Add AX.25 text frame parser 2018-10-09 17:49:34 +02:00
Patrick Dohmen 410539a3e8 Change ACB sense endianess, change some signed to unsigned vals 2018-10-08 17:47:26 +02:00
Patrick Dohmen 06a44c952e Change 16 bit int values to signed 2018-10-07 11:26:23 +02:00
Patrick Dohmen 58ae85523b Change some vals to signed, add bool-flags, update doc-refs 2018-10-05 17:18:40 +02:00
Patrick Dohmen e3492aaa60 Flatten kaitai struct to get seperated json objects 2018-10-03 11:21:53 +02:00
Patrick Dohmen 88dd0b058d Update documentation on using 'process:' 2018-10-03 11:20:49 +02:00
Patrick Dohmen 141597e392 Add external process to kaitai struct to preprocess ELFIN telemetry frames 2018-10-02 23:32:04 +02:00
Alfredos-Panagiotis Damkalis fc7b7e98fa Update elfin.py decoder 2018-10-02 16:27:25 +03:00
Patrick Dohmen faaed92d63 Added checks for python 3 for compatibility.
The code to preprocess the ELFIN telemetry frames to remove escape sequences throws

```
TypeError: Odd-length string
```

when executed in a python 2 environment.

Fixes #229
2018-10-01 10:24:55 +02:00
Patrick Dohmen 0dc7a7f4db Add regex to remove escape sequences \x2727, ,\x275e and \x2793 2018-09-30 21:22:32 +02:00
Corey Shields 2300e6ff1e adding elfin decoder
Thanks to DL4PD for contributing!!
2018-09-28 17:43:00 -04:00
Fabian P. Schmidt 50f6b936c8 Add re-entered satellite LIGHTSAIL-1 to fixtures 2018-09-23 16:58:02 +02:00
Fabian P. Schmidt d915dac971 Hide map in satellite view if status of satellite is re-entered
Fixes #226.
2018-09-23 16:57:44 +02:00
Corey Shields 9cc9c352f5 DB changes to allow for network-sourced sids submissions 2018-09-03 14:19:42 -04:00
Corey Shields 9f1d7b69f9 improve kaitai display
show a message in place of the struct if the struct happens to be missing
2018-09-02 21:11:42 -04:00
Corey Shields 244cf3dd3f show kaitai structs in db 2018-09-01 11:02:14 -04:00
Corey Shields 817459cc71 decoders for skcube and strand1
Kudos to kerel!!
2018-08-31 17:06:33 -04:00
Corey Shields 3098490633 add decoder for siriussat
Decoder for siriussat, thanks to kerel!
2018-08-26 09:33:49 -04:00
Corey Shields 162c1e45d2 add recursion to the decode processes
refactored


Refactored db decoding for recursion

Should cover all cases for kaitai generated decoder files.
2018-08-25 12:04:36 -04:00
Corey Shields ad94d1bf12 keep going if a decode worker comes across a missing raw file 2018-08-19 19:15:09 -04:00
Corey Shields 060daa1da7 move python_dateutil from dev to prod in requirements 2018-08-19 13:58:49 -04:00
Corey Shields 8527564089 kaitai decoding and influxdb support
Introduces the following:

- decoding of DemodData through decoders that are compiled from kaitai structs and stored in base/decoders/*.py

- storage of the decoded data will either be in the payload_decoded field (default) or into influxdb if USE_INFLUX=True and the proper settings are met

- A scheduled task is set */15 to look for the last 4 hours of submitted frames for anything not decoded, and then decodes it. (we will want to tweak these numbers as we get a good feel for any race conditions that may occur)

- 2 new commands in the admin console, one that will reset all decoded data for a satellite, and another that will trigger decoding of all frames in the db for a satellite. These could be useful when making fixes or improvements to a decoder, or when a new decoder is initially added to the db.
2018-08-18 20:53:21 -04:00
Pierros Papadeas 63b69d7746
Expose mode of transmitter in admin list 2018-08-18 13:10:57 +03:00
Pierros Papadeas 44026c120f
Expose baud rate on admin and filters 2018-08-18 10:53:52 +03:00
Jacek Chmielewski 712a8472b1 Fixes incompatible docopt and docopts version in requirements/dev.txt 2018-08-13 10:21:30 +02:00
Alfredos-Panagiotis Damkalis 67bddece17 Update .gitlab-ci.yml 2018-08-11 15:53:30 +00:00