Opened 9 years ago
Closed 9 years ago
#43 closed defect (fixed)
BNC Won't accept our stream table
Reported by: | Owned by: | stuerze | |
---|---|---|---|
Priority: | normal | Component: | BNC |
Version: | BNC 2.2 | Keywords: | Stream Table |
Cc: |
Description
Hello,
This may not be a bug at all. We are new to BNC and need some help. BNC is silently not displaying our Caster's stream table when we query for it. We have successfully queried and viewed stream tables form other Casters and used other client software with our own Caster. We have also verified through network sniffing that the query is successful and the stream table is returned.
We have included our table below and were hoping you might be able to suggest what might be wrong with our configuration. Or, in the event there is a bug in BNC, help us to fix it.
Thanks,
Val
GET / HTTP/1.0
User-Agent: NTRIP BNC/2.11.0
Host: ntrip.ccom.unh.edu
SOURCETABLE 200 OK
Server: NTRIP NtripCaster 0.1.5/1.0
Content-Type: text/plain
Content-Length: 239
STR;NOAA_SPA1;Aquinnah;CMR+;1(1);2;GPS;NOAA;USA;41.34;-70.82;0;0;NetR5;none;B;N;300
STR;UNH_NHUN;Durham;CMR+;1(1);2;GPS;UNH;USA;43.08;-70.57;0;0;NetR9;none;B;N;300
STR;UNH_SCIC;Rye;CMR+;1(1);2;GPS;UNH;USA;43.04;-70.71;0;0;Old;none;B;N;300
ENDSOURCETABLE
Attachments (0)
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Dear Val,
Here you can find the description of all required fields within the STR record: http://software.rtcm-ntrip.org/wiki/STR.
In your sourcetable the last field number 19 is missing. And BNC expects all columns of the sourcetable.
Furthermore , I would recommend to use CAS and NET records as well. All records of a sourcetable are described here: http://software.rtcm-ntrip.org/wiki/Sourcetable.
Best regards, Andrea.