ogn-privacy-filter | A script to selectively forward APRS packets
kandi X-RAY | ogn-privacy-filter Summary
kandi X-RAY | ogn-privacy-filter Summary
ogn-privacy-filter is a Python library. ogn-privacy-filter has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However ogn-privacy-filter build file is not available. You can download it from GitHub.
A script to selectively forward APRS packets. The script listens for incoming connections by ogn-decode and connects to an APRS-Server (aprs-pool.glidernet.org). Every hour it fetches the DDB to update the local whitelist. Received packets from the station are only forwared if the NoTrack-Flag in the DDB is not set ('Opt-In') or if they are from the station itself. All the packets from the APRS-Server are forwarded to the station.
A script to selectively forward APRS packets. The script listens for incoming connections by ogn-decode and connects to an APRS-Server (aprs-pool.glidernet.org). Every hour it fetches the DDB to update the local whitelist. Received packets from the station are only forwared if the NoTrack-Flag in the DDB is not set ('Opt-In') or if they are from the station itself. All the packets from the APRS-Server are forwarded to the station.
Support
Quality
Security
License
Reuse
Support
ogn-privacy-filter has a low active ecosystem.
It has 1 star(s) with 1 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ogn-privacy-filter is current.
Quality
ogn-privacy-filter has no bugs reported.
Security
ogn-privacy-filter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ogn-privacy-filter is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
ogn-privacy-filter releases are not available. You will need to build from source code and install.
ogn-privacy-filter has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ogn-privacy-filter
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ogn-privacy-filter
ogn-privacy-filter Key Features
No Key Features are available at this moment for ogn-privacy-filter.
ogn-privacy-filter Examples and Code Snippets
No Code Snippets are available at this moment for ogn-privacy-filter.
Community Discussions
No Community Discussions are available at this moment for ogn-privacy-filter.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ogn-privacy-filter
Get the dependencies via pip or manual installion. Configure ogn-decode / manipulate DNS cache. ~~Currently (v0.2.3) you can't configure the address ogn-decode connects to (aprs.glidernet.org is hardcoded), so you have to manipulate your local DNS cache.~~. Set the address ogn-decode connects to in the receiver configuration file.
Get the dependencies via pip or manual installion. sudo apt-get intall python3-pip sudo pip3 install aprslib requests or $ sudo apt-get install python3-setuptools python3-requests $ wget https://pypi.python.org/packages/source/a/aprslib/aprslib-0.6.40.tar.gz $ tar xzf aprslib-0.6.40.tar.gz $ cd aprslib-0.6.40/ $ sudo pyton3 setup.py install
Clone Repository $ git clone https://github.com/kerel-fs/ogn-privacy-filter.git /opt/ogn-privacy-filter
Configure ogn-decode / manipulate DNS cache ~~Currently (v0.2.3) you can't configure the address ogn-decode connects to (aprs.glidernet.org is hardcoded), so you have to manipulate your local DNS cache.~~ Set the address ogn-decode connects to in the receiver configuration file. $ sudo vi /etc/rtlsdr-ogn/site.conf APRS: { Call = "N0CALL"; Server = "127.0.2.1:14580"; } ;
Install as service To install it as a service, edit your shellbox configuration file: $ sudo vi /etc/rtlsdr-ogn.conf #shellbox configuration file #port user directory command args 50002 ogn /opt/ogn-privacy-filter ./privacyFilter.py 50000 ogn /opt/rtlsdr-ogn ./ogn-rf /etc/rtlsdr-ogn/site.conf 50001 ogn /opt/rtlsdr-ogn ./ogn-decode /etc/rtlsdr-ogn/site.conf
Get the dependencies via pip or manual installion. sudo apt-get intall python3-pip sudo pip3 install aprslib requests or $ sudo apt-get install python3-setuptools python3-requests $ wget https://pypi.python.org/packages/source/a/aprslib/aprslib-0.6.40.tar.gz $ tar xzf aprslib-0.6.40.tar.gz $ cd aprslib-0.6.40/ $ sudo pyton3 setup.py install
Clone Repository $ git clone https://github.com/kerel-fs/ogn-privacy-filter.git /opt/ogn-privacy-filter
Configure ogn-decode / manipulate DNS cache ~~Currently (v0.2.3) you can't configure the address ogn-decode connects to (aprs.glidernet.org is hardcoded), so you have to manipulate your local DNS cache.~~ Set the address ogn-decode connects to in the receiver configuration file. $ sudo vi /etc/rtlsdr-ogn/site.conf APRS: { Call = "N0CALL"; Server = "127.0.2.1:14580"; } ;
Install as service To install it as a service, edit your shellbox configuration file: $ sudo vi /etc/rtlsdr-ogn.conf #shellbox configuration file #port user directory command args 50002 ogn /opt/ogn-privacy-filter ./privacyFilter.py 50000 ogn /opt/rtlsdr-ogn ./ogn-rf /etc/rtlsdr-ogn/site.conf 50001 ogn /opt/rtlsdr-ogn ./ogn-decode /etc/rtlsdr-ogn/site.conf
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page