aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added additional comments about the P/D flag and data field lengthNick Piggott2022-03-171-2/+2
|
* Added FIG 0/14 for FEC scheme defintion, when a packet model channel is ↵Nick Piggott2022-03-174-0/+179
| | | | | | | | | | using FEC error correction (enhancedpacket) Needs another pair of eyes to check it. FIG0_14.cpp, line 37 - the data field is a single byte, top 6 bits are SubChanID, bottom 2 bits are FEC type; is this how you organise the bits in the right order? FIG0_14.cpp, line 78 - there needs to be a test here if the packet channel is enhanced or not, but it looks like that attribute is only held on the file input, and not easily readable from the services configuration? FIG0_14.cpp, lines 101-106 - is this writing the entire FIC into the stack correctly? The usual preamble bytes for the service identifier followed by the 1 byte data field
* Prepare v4.1.0v4.1.0Matthias P. Braendli2022-03-153-11/+24
|
* EDI input: fix warning with number of packets invalid timestampMatthias P. Braendli2022-03-151-1/+1
|
* Switch to cherrypy from bottleRobin ALEXANDER2022-02-112-3859/+134
|
* Remove links to javascripts when not neededRobin ALEXANDER2022-02-113-7/+2
|
* Improve visual aspect of configeditorRobin ALEXANDER2022-02-062-2/+2
|
* Extend W3.CSS and Jinja2 to secondary templatesRobin ALEXANDER2022-02-063-53/+59
|
* Switch to Jinja2 from SimpleTemplateRobin ALEXANDER2022-02-053-22/+23
|
* Introduce selectable values for ad-hoc parametersRobin ALEXANDER2022-02-033-10/+85
|
* Return to "/" when parameter modifiedRobin ALEXANDER2022-02-031-2/+3
|
* index.tpl: incremental design improvementsRobin ALEXANDER2022-02-031-27/+57
|
* web design reviewRobin ALEXANDER2022-01-312-81/+112
| | | | | | Switching from static/style.css to W3.CSS for templates: + index.tpl + rcparam.tpl
* Merge pull request #50 from colisee/armv7lMatthias P. Braendli2022-01-262-4/+1
|\ | | | | Improves Armv7l autoconf support
| * Raspberry Pi no longer needs --with-boost-libdirRobin ALEXANDER2022-01-231-4/+0
| |
| * Add armv7l on multi-arch pathsRobin ALEXANDER2022-01-231-0/+1
|/
* Fix FIG0/6 database continuation for service linkingMatthias P. Braendli2022-01-052-62/+71
|
* Silence FIG0/9 debugging printMatthias P. Braendli2022-01-041-0/+2
|
* Fix unaligned memory write in FIG0/9Matthias P. Braendli2022-01-041-2/+2
|
* Common 5a0689a and c63fb05Matthias P. Braendli2021-11-173-1/+127
|
* Common ba7f317: Improve EDI TCP receiveMatthias P. Braendli2021-10-023-46/+65
|
* FIC rate_increment_ms: fail instead of using randomly chosen default valueMatthias P. Braendli2021-07-301-1/+2
|
* Declutter repetition rate warnings in logsMatthias P. Braendli2021-06-222-6/+17
|
* Fix crash when FIG0/7 doesn't have enough spaceMatthias P. Braendli2021-06-221-0/+6
|
* Avoid a few copies in loopsMatthias P. Braendli2021-06-152-2/+2
|
* Common e8d7277, bf60e06: EDI PFT input CRC and ClockTAI string copyMatthias P. Braendli2021-06-152-6/+6
|
* EDI input: flush state on exceptionMatthias P. Braendli2021-06-151-2/+4
|
* Handle invalid_argument in EDI inputMatthias P. Braendli2021-06-071-40/+39
|
* Prepare v4.0.0v4.0.0Matthias P. Braendli2021-06-032-1/+12
|
* Update header messageMatthias P. Braendli2021-06-031-27/+12
|
* show_dabmux_stats: sort outputMatthias P. Braendli2021-06-011-1/+1
|
* Common 44ae39c: Make SEQ and PSEQ available on EDI receive and improve error ↵Matthias P. Braendli2021-05-1919-77/+155
| | | | handling
* Simplify FIG0/9 and remove transmission of empty listsMatthias P. Braendli2021-05-172-31/+31
|
* Add EDI UDP multicast supportMatthias P. Braendli2021-05-143-7/+16
|
* Make EDI input URI parse error more verboseMatthias P. Braendli2021-05-051-1/+1
|
* Suppress boost deprecation warningMatthias P. Braendli2021-05-051-0/+4
|
* Common c90e505: Fix EDI UDP packet spreading set to 0Matthias P. Braendli2021-03-151-5/+8
|
* Require autoconf 2.69Matthias P. Braendli2021-02-221-1/+1
|
* Allow setting EDI UDP fragment spreading to 0Matthias P. Braendli2021-02-222-18/+12
|
* Update configuration and compilation for new EDI UDP packet interleaverMatthias P. Braendli2021-02-224-23/+22
|
* Common fc2902b and 4ad00b8: Update EDI output interleaver and spreadingMatthias P. Braendli2021-02-227-261/+107
|
* Update ax_pthreadMatthias P. Braendli2021-02-222-13/+28
|
* autoupdate configure.acMatthias P. Braendli2021-02-221-5/+4
|
* Common 64b6f10: Fix UDP EDI packet output spreadingMatthias P. Braendli2021-02-101-4/+7
|
* Add timestamp offset to management server for EDI inputMatthias P. Braendli2021-02-104-6/+24
|
* Common 405ad00: Reimplement UDPReceiver with poll instead of a threadMatthias P. Braendli2021-01-182-77/+107
|
* Fix warning due to zmq.hpp updateMatthias P. Braendli2021-01-181-1/+1
|
* Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and outputMatthias P. Braendli2021-01-1823-534/+2148
|
* Make stats_dabmux_munin.py python3 comptabileYoann QUERET2021-01-181-3/+3
|
* Make compatible with python3.5 with parameters configYoann QUERET2021-01-181-1/+1
|