summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes for the short-packet logic.Eric S. Raymond2005-08-021-3/+3
* Major change to packet parser -- it now returns the *first* packet recognized.Eric S. Raymond2005-08-021-15/+33
* Fix some bad naming. Number of TrueNorth channels is 0. Eric S. Raymond2005-08-021-2/+2
* True North support integrated.Eric S. Raymond2005-08-011-1/+13
* Packetizing RTCM revealed a bug deep in the framework code. Eric S. Raymond2005-07-261-1/+1
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-1/+2
* OK, this version both passes packet regression and gets partwayEric S. Raymond2005-07-261-30/+30
* splint cleanup.Eric S. Raymond2005-07-261-12/+12
* Discarding entire packets on return to ground state makes RTCM work...Eric S. Raymond2005-07-261-13/+14
* A large step towards automatically syncing with RTCM streams.Eric S. Raymond2005-07-261-16/+81
* More separation of the low-level decoder.Eric S. Raymond2005-07-241-3/+1
* More instrumentation from Petr.Eric S. Raymond2005-07-221-33/+5
* Move RTCM initialization to the right spot. Passes all regression tests.Eric S. Raymond2005-07-211-0/+3
* Fix some bugs in the RTCM104 interface.Eric S. Raymond2005-07-211-28/+3
* Get rid of statetable.el...Eric S. Raymond2005-07-201-190/+3
* More debugging machinery for RTCM tests.Eric S. Raymond2005-07-201-6/+15
* More steps towards getting the packet state machine to recognize RTCM.Eric S. Raymond2005-07-191-5/+7
* One more step in teaching the packet getter to grok RTCM.Eric S. Raymond2005-07-181-43/+50
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-14/+14
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+1
* Do consistent naming and some splint cleaning.Eric S. Raymond2005-07-161-3/+3
* Break the packet tester code out into a separate program. Eric S. Raymond2005-07-161-273/+111
* rtcm.c is properly refactored, with the bitfield layouts hidden.Eric S. Raymond2005-07-161-1/+1
* Another Evermore patch from Petr Slansky.Eric S. Raymond2005-07-141-2/+1
* Another step towards RTCM104 integration.Eric S. Raymond2005-07-131-3/+12
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-73/+102
* Show states by name rather than enum value.Eric S. Raymond2005-07-121-2/+67
* Fix some documentation.Eric S. Raymond2005-07-111-1/+2
* Recognize Evermore before TSIP.Eric S. Raymond2005-07-111-44/+50
* Try to prevent false lock onto TSIP.Eric S. Raymond2005-07-111-1/+6
* Splint-clean the iTalk opacket getter.Eric S. Raymond2005-07-111-3/+4
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-3/+77
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-10/+30
* Various documentation fixes.Eric S. Raymond2005-07-071-8/+11
* Tighten up the packet state machine.Eric S. Raymond2005-07-071-4/+7
* Freaking one-character typos...all regression tests pass again.Eric S. Raymond2005-07-061-7/+108
* A step back towards parsing EverMore packets.Eric S. Raymond2005-07-061-4/+10
* Back out Evermore packet parsing.Eric S. Raymond2005-07-061-114/+7
* Make the state machine more strict.Eric S. Raymond2005-07-061-3/+17
* Fix state machine logic to handle both TSIP and Evermore in the same runtime.Eric S. Raymond2005-07-061-21/+20
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+94
* Fix Petr Stransky's bugs.Eric S. Raymond2005-07-061-1/+5
* Make the test main of the packet getter work again.Eric S. Raymond2005-06-291-1/+3
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-16/+4
* Steps towards eliminating FIONREAD.Eric S. Raymond2005-06-281-2/+4
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-6/+13
* Type cleanup.Eric S. Raymond2005-06-101-5/+5
* 41 splint warnings.Eric S. Raymond2005-06-071-0/+4
* 560 splint errors.Eric S. Raymond2005-05-291-29/+28
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-5/+5