Skip to content

jmettes/pyrtcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrtcm

Python wrappers (using swig) for a subset (RTCM only) of RTKLIB C library.

Installation:

sudo yum install swig
make all

Usage:

>>> import pyrtcm
>>> rtcm = pyrtcm.rtcm_t()
>>> pyrtcm.init_rtcm(rtcm)
1
>>> data = open('1004_msg.bin', 'rb').read()
>>> pyrtcm.load_data(data, rtcm)
>>> print(rtcm.msgtype)
RTCM3: type=1004 len=168

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published