Skip to content

Commit

Permalink
Add some comments to the NTRIP client explaining why we arent working…
Browse files Browse the repository at this point in the history
… with their length headers
  • Loading branch information
Ben Nizette committed Oct 15, 2013
1 parent 752c49b commit ccaec21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ntrip.py
Expand Up @@ -29,6 +29,10 @@

try:
while True:
# There are some length bytes at the head here but it actually
# seems more robust to simply let the higher level RTCMv3 parser
# frame everything itself and bin the garbage as required.

#length = s.recv(4)

#try:
Expand Down

0 comments on commit ccaec21

Please sign in to comment.