-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script without GPS/capcode lookup #54
Comments
In the config you can set the opencage/gps lookup on false. |
Good morning, I have a redundant receiver environment. 1 feed from pagermon, and 1 feed via cyberjunky. The feed from pagermon (webhook) is very fast. That made me realize that I actually wanted a bit more speed via the python script. My wish is: near realtime. That seems to have worked via claude.ai the tool has created a script that now forwards all decoded messages in real time. After that I asked to add performance optimizations such as multithread and a optimized MQTT handler etc. The tool provided the hint to add performance benchmarks in the code so that we can really see if we are making steps in speed. The delay between pagermon and the original cyberjunky script is 2seconds and 2 milliseconds. That seems to be 0 delay right now if I compare the log timestamps. Older script already enhanced by Claude.ai
Current running version
|
This is a stable version of the new code, where I have the feeling it holds up during the new year eave load of the P2000 network
|
Hello @cyberjunky Ron
I'm still using your script for years now, it's extremely stable thanks for that. I process the data via node-red which creates push messages and TTS calls. I like to improve the speed of processing messages. Would you be able to clean out code and only provide messages to MQTT/ HA WebHook without the db/plaatsnaam/geo lookups to improve speed? Its quite a time offer I ask you, but this holiday season could be a fit ;-) I only need the P2000 text, and capcodes.
I have tried it via AI to do it myself but that ends in receiving 0 messages ;(
https://github.com/cyberjunky/RTL-SDR-P2000Receiver-HA
The text was updated successfully, but these errors were encountered: