Scroll to navigation

STR2STR(1) General Commands Manual STR2STR(1)

NAME

str2str - console version of stream server

SYNOPSIS

str2str [-in stream] [-out stream [-out stream...]] [options]

DESCRIPTION

Input data from a stream and divide and output them to multiple streams The input stream can be serial, tcp client, tcp server, ntrip client, or file. The output stream can be serial, tcp client, tcp server, ntrip server, or file. str2str is a resident type application. To stop it, type ctr-c in console if run foreground or send signal SIGINT for background process. if run foreground or send signal SIGINT for background process. if both of the input stream and the output stream follow #format, the format of input messages are converted to output. To specify the output messages, use -msg option. If the option -in or -out omitted, stdin for input or stdout for output is used. Command options are as follows.

OPTIONS

stream path
serial : serial://port[:brate[:bsize[:parity[:stopb[:fctr]]]]]
tcp server : tcpsvr://:port
tcp client : tcpcli://addr[:port]
ntrip client : ntrip://[user[:passwd]@]addr[:port][/mntpnt]
ntrip server : ntrips://[:passwd@]addr[:port][/mntpnt[:str]] (only out)
file : [file://]path[::T][::+start][::xseppd][::S=swap]

format
rtcm2 : RTCM 2 (only in)
rtcm3 : RTCM 3
nov : NovAtel OEMV/4/6,OEMStar (only in)
oem3 : NovAtel OEM3 (only in)
ubx : ublox LEA-4T/5T/6T (only in)
ss2 : NovAtel Superstar II (only in)
hemis : Hemisphere Eclipse/Crescent (only in)
stq : SkyTraq S1315F (only in)
gw10 : Furuno GW10 (only in)
javad : Javad (only in)
nvs : NVS BINR (only in)
binex : BINEX (only in)
rt17 : Trimble RT17 (only in)
sbf : Septentrio SBF (only in)


rtcm message types and output intervals (s)
station id
receiver dependent options
timeout time (ms) [10000]
reconnect interval (ms) [10000]
nmea request cycle (m) [0]
file swap margin (s) [30]
receiver commands file [no]
station position (latitude/longitude/height) (deg,m)
station position (x/y/z-ecef) (m)
antenna info (separated by ,)
receiver info (separated by ,)
antenna offset (e,n,u) (m)
ftp/http local directory []
http/ntrip proxy address [no]
trace level [0]
print help
July 29 2016