nebkat / xbee-cellular-ntrip-server

Digi XBee® Cellular Micropython NTRIP Server (for use with Ardusimple)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digi XBee® Cellular Micropython NTRIP Server

Micropython script for uploading correction data (or any UART data) to an NTRIP caster.

Digi Micropython Programming Guide

Configuration

Modify values in config.json and upload to root folder of device.

{
	"name": Server identification to caster
	"mountpoint": Mountpoint to push data to
	"caster": {
		"host": Caster hostname or IP
		"port": Caster port
		"username": Caster username (not required for NTRIP v1)
		"password": Caster password
		"version": NTRIP version (1 or 2)
	},
}

About

Digi XBee® Cellular Micropython NTRIP Server (for use with Ardusimple)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%