Commit 57697e99 by Corey Koval

Added Changelog

parent bdc6420a
## Recent Changes:
- The LOB for each receiver on the map is now red for low confidence LOBs and green
for high confidence LOBs.
- Receivers on map update every 2.5 Seocnds.
- To customize this change `refreshrate` at the top of `static/receiver_configurator.js`.
## Previous Changes
- Your old database files will not work directly with this latest commit. Several changes have been made
to the database structure to accomodate new features.
- Now introducing Single Receiver Mode! This will give you functionality similar to, but better than
the Kerberos SDR Android App. You can define multiple search areas, or even just define areas you
know where the transmitter isn't located.
- The access token is now optional.
- Be on the lookout for documention and tutorials between Christmas and New Years.
- Behind the scenes, there have been several optimizations.
- Added option to invert (uninvert?) the DOA bearing. If you're using a KerberosSDR,
keep this option checked.
- LOBs are drawn for each receiver. The orange lines extending from each receiver
show the direction the signal is coming from. Currently the line is fixed to 40km
draw distance.
- Receivers can be added from the WebUI
- Click the + at the bottom of the receiver cards, enter the URL, click save.
Click the refresh button to update the cards and map.
- A list of receiver URLs is now optional. Receivers are saved to the database.
- Receivers are read from the database first. Duplicate receiver URLs are ignored.
- You can mark a receiver as mobile.
- Click the edit icon for the applicable receiver, click the checkbox to mark
it as mobile, then click save.
- You can now delete receivers from the list. This will remove it from the map
and database. No historical data is affected.
- You can now enable/disable LOB collection from individual receivers.
Click the power button to enable/disable.
- Black is enabled, red is disabled.
- If you lose connectivity to a receiver, that particular receiver will be disabled.
Click the power button to try to reconnect.
- ~~Map refreshes every 5 seconds. Change `refreshrate` at the top of `static/receiver_configurator.js` to change the refresh rate.~~
...@@ -5,37 +5,10 @@ ...@@ -5,37 +5,10 @@
for high confidence LOBs. for high confidence LOBs.
- Receivers on map update every 2.5 Seocnds. - Receivers on map update every 2.5 Seocnds.
- To customize this change `refreshrate` at the top of `static/receiver_configurator.js`. - To customize this change `refreshrate` at the top of `static/receiver_configurator.js`.
- For previous changes see the [Change Log](CHANGLELOG.md).
## Previous Changes ## Installing:
- Your old database files will not work directly with this latest commit. Several changes have been made - Please see the [Quickstart Guide](https://github.com/ckoval7/df-aggregator/wiki/GettingStarted)
to the database structure to accomodate new features.
- Now introducing Single Receiver Mode! This will give you functionality similar to, but better than
the Kerberos SDR Android App. You can define multiple search areas, or even just define areas you
know where the transmitter isn't located.
- The access token is now optional.
- Be on the lookout for documention and tutorials between Christmas and New Years.
- Behind the scenes, there have been several optimizations.
- Added option to invert (uninvert?) the DOA bearing. If you're using a KerberosSDR,
keep this option checked.
- LOBs are drawn for each receiver. The orange lines extending from each receiver
show the direction the signal is coming from. Currently the line is fixed to 40km
draw distance.
- Receivers can be added from the WebUI
- Click the + at the bottom of the receiver cards, enter the URL, click save.
Click the refresh button to update the cards and map.
- A list of receiver URLs is now optional. Receivers are saved to the database.
- Receivers are read from the database first. Duplicate receiver URLs are ignored.
- You can mark a receiver as mobile.
- Click the edit icon for the applicable receiver, click the checkbox to mark
it as mobile, then click save.
- You can now delete receivers from the list. This will remove it from the map
and database. No historical data is affected.
- You can now enable/disable LOB collection from individual receivers.
Click the power button to enable/disable.
- Black is enabled, red is disabled.
- If you lose connectivity to a receiver, that particular receiver will be disabled.
Click the power button to try to reconnect.
- ~~Map refreshes every 5 seconds. Change `refreshrate` at the top of `static/receiver_configurator.js` to change the refresh rate.~~
## Dependencies: ## Dependencies:
- Python >= 3.6 - Python >= 3.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment