Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
df-aggregator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
df-aggregator
Commits
57697e99
Commit
57697e99
authored
Jan 02, 2021
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Changelog
parent
bdc6420a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
30 deletions
+39
-30
CHANGELOG.md
CHANGELOG.md
+36
-0
README.md
README.md
+3
-30
No files found.
CHANGELOG.md
0 → 100644
View file @
57697e99
## 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.~~
README.md
View file @
57697e99
...
...
@@ -5,37 +5,10 @@
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`
.
-
For previous changes see the
[
Change Log
](
CHANGLELOG.md
)
.
## 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.~~
## Installing:
-
Please see the
[
Quickstart Guide
](
https://github.com/ckoval7/df-aggregator/wiki/GettingStarted
)
## Dependencies:
-
Python >= 3.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment