Skip to content

nebkat/xbee-cellular-ntrip-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages