This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| from ogn.client import AprsClient | |
| from ogn.parser import parse, ParseError | |
| def process_beacon(raw_message): | |
| try: | |
| f = False | |
| #for i in ['FNT08DFBC', 'WALS:', 'FNT082300', 'DBG:', 'guggenth:', 'FNT065063']: | |
| for i in ['FNT065063']: |
OlderNewer