https://github.com/pgjones/avaons
Avalanche repeater with optional python script cleaning (Avalanche to sno, avaons)
https://github.com/pgjones/avaons
Last synced: 11 months ago
JSON representation
Avalanche repeater with optional python script cleaning (Avalanche to sno, avaons)
- Host: GitHub
- URL: https://github.com/pgjones/avaons
- Owner: pgjones
- Created: 2012-03-02T15:50:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-19T14:23:39.000Z (almost 14 years ago)
- Last Synced: 2025-02-16T19:33:30.274Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This project is DEAD, it cannot be used with the zdab data format (no broadcaster exists).
# Avaons
To use the example script try something like
avaons ExampleScript tcp://*:5024 tcp://*:5025
This will listen at localhost 5024 and broadcast to 5025.
## Writing scripts
A script must have a function called 'RejectEvent', that takes a single argument and returns True or False (bool).