项目作者: ubx

项目描述 :
NMEA-Player, play nmea sentences to UDP (primarily useful for testing XCSoar)
高级语言: Python
项目地址: git://github.com/ubx/NMEA-Player.git
创建时间: 2020-04-25T10:27:33Z
项目社区:https://github.com/ubx/NMEA-Player

开源协议:GNU Lesser General Public License v3.0

下载


  1. python Player.py -h
  2. usage: python NMAE Player [-h] [-address address] [-port port] logfile
  3. Replay a nmea logfile with timestamp to udp (default: localhost, 10110).
  4. positional arguments:
  5. logfile
  6. options:
  7. -h, --help show this help message and exit
  8. -address address UDP address (default localhost)
  9. -port port UDP port (default 10110)