Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added FIG 0/14 for FEC scheme defintion, when a packet model channel is ↵ | Nick Piggott | 2022-03-17 | 4 | -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.0 | Matthias P. Braendli | 2022-03-15 | 3 | -11/+24 | |
| | ||||||
* | EDI input: fix warning with number of packets invalid timestamp | Matthias P. Braendli | 2022-03-15 | 1 | -1/+1 | |
| | ||||||
* | Switch to cherrypy from bottle | Robin ALEXANDER | 2022-02-11 | 2 | -3859/+134 | |
| | ||||||
* | Remove links to javascripts when not needed | Robin ALEXANDER | 2022-02-11 | 3 | -7/+2 | |
| | ||||||
* | Improve visual aspect of configeditor | Robin ALEXANDER | 2022-02-06 | 2 | -2/+2 | |
| | ||||||
* | Extend W3.CSS and Jinja2 to secondary templates | Robin ALEXANDER | 2022-02-06 | 3 | -53/+59 | |
| | ||||||
* | Switch to Jinja2 from SimpleTemplate | Robin ALEXANDER | 2022-02-05 | 3 | -22/+23 | |
| | ||||||
* | Introduce selectable values for ad-hoc parameters | Robin ALEXANDER | 2022-02-03 | 3 | -10/+85 | |
| | ||||||
* | Return to "/" when parameter modified | Robin ALEXANDER | 2022-02-03 | 1 | -2/+3 | |
| | ||||||
* | index.tpl: incremental design improvements | Robin ALEXANDER | 2022-02-03 | 1 | -27/+57 | |
| | ||||||
* | web design review | Robin ALEXANDER | 2022-01-31 | 2 | -81/+112 | |
| | | | | | | Switching from static/style.css to W3.CSS for templates: + index.tpl + rcparam.tpl | |||||
* | Merge pull request #50 from colisee/armv7l | Matthias P. Braendli | 2022-01-26 | 2 | -4/+1 | |
|\ | | | | | Improves Armv7l autoconf support | |||||
| * | Raspberry Pi no longer needs --with-boost-libdir | Robin ALEXANDER | 2022-01-23 | 1 | -4/+0 | |
| | | ||||||
| * | Add armv7l on multi-arch paths | Robin ALEXANDER | 2022-01-23 | 1 | -0/+1 | |
|/ | ||||||
* | Fix FIG0/6 database continuation for service linking | Matthias P. Braendli | 2022-01-05 | 2 | -62/+71 | |
| | ||||||
* | Silence FIG0/9 debugging print | Matthias P. Braendli | 2022-01-04 | 1 | -0/+2 | |
| | ||||||
* | Fix unaligned memory write in FIG0/9 | Matthias P. Braendli | 2022-01-04 | 1 | -2/+2 | |
| | ||||||
* | Common 5a0689a and c63fb05 | Matthias P. Braendli | 2021-11-17 | 3 | -1/+127 | |
| | ||||||
* | Common ba7f317: Improve EDI TCP receive | Matthias P. Braendli | 2021-10-02 | 3 | -46/+65 | |
| | ||||||
* | FIC rate_increment_ms: fail instead of using randomly chosen default value | Matthias P. Braendli | 2021-07-30 | 1 | -1/+2 | |
| | ||||||
* | Declutter repetition rate warnings in logs | Matthias P. Braendli | 2021-06-22 | 2 | -6/+17 | |
| | ||||||
* | Fix crash when FIG0/7 doesn't have enough space | Matthias P. Braendli | 2021-06-22 | 1 | -0/+6 | |
| | ||||||
* | Avoid a few copies in loops | Matthias P. Braendli | 2021-06-15 | 2 | -2/+2 | |
| | ||||||
* | Common e8d7277, bf60e06: EDI PFT input CRC and ClockTAI string copy | Matthias P. Braendli | 2021-06-15 | 2 | -6/+6 | |
| | ||||||
* | EDI input: flush state on exception | Matthias P. Braendli | 2021-06-15 | 1 | -2/+4 | |
| | ||||||
* | Handle invalid_argument in EDI input | Matthias P. Braendli | 2021-06-07 | 1 | -40/+39 | |
| | ||||||
* | Prepare v4.0.0v4.0.0 | Matthias P. Braendli | 2021-06-03 | 2 | -1/+12 | |
| | ||||||
* | Update header message | Matthias P. Braendli | 2021-06-03 | 1 | -27/+12 | |
| | ||||||
* | show_dabmux_stats: sort output | Matthias P. Braendli | 2021-06-01 | 1 | -1/+1 | |
| | ||||||
* | Common 44ae39c: Make SEQ and PSEQ available on EDI receive and improve error ↵ | Matthias P. Braendli | 2021-05-19 | 19 | -77/+155 | |
| | | | | handling | |||||
* | Simplify FIG0/9 and remove transmission of empty lists | Matthias P. Braendli | 2021-05-17 | 2 | -31/+31 | |
| | ||||||
* | Add EDI UDP multicast support | Matthias P. Braendli | 2021-05-14 | 3 | -7/+16 | |
| | ||||||
* | Make EDI input URI parse error more verbose | Matthias P. Braendli | 2021-05-05 | 1 | -1/+1 | |
| | ||||||
* | Suppress boost deprecation warning | Matthias P. Braendli | 2021-05-05 | 1 | -0/+4 | |
| | ||||||
* | Common c90e505: Fix EDI UDP packet spreading set to 0 | Matthias P. Braendli | 2021-03-15 | 1 | -5/+8 | |
| | ||||||
* | Require autoconf 2.69 | Matthias P. Braendli | 2021-02-22 | 1 | -1/+1 | |
| | ||||||
* | Allow setting EDI UDP fragment spreading to 0 | Matthias P. Braendli | 2021-02-22 | 2 | -18/+12 | |
| | ||||||
* | Update configuration and compilation for new EDI UDP packet interleaver | Matthias P. Braendli | 2021-02-22 | 4 | -23/+22 | |
| | ||||||
* | Common fc2902b and 4ad00b8: Update EDI output interleaver and spreading | Matthias P. Braendli | 2021-02-22 | 7 | -261/+107 | |
| | ||||||
* | Update ax_pthread | Matthias P. Braendli | 2021-02-22 | 2 | -13/+28 | |
| | ||||||
* | autoupdate configure.ac | Matthias P. Braendli | 2021-02-22 | 1 | -5/+4 | |
| | ||||||
* | Common 64b6f10: Fix UDP EDI packet output spreading | Matthias P. Braendli | 2021-02-10 | 1 | -4/+7 | |
| | ||||||
* | Add timestamp offset to management server for EDI input | Matthias P. Braendli | 2021-02-10 | 4 | -6/+24 | |
| | ||||||
* | Common 405ad00: Reimplement UDPReceiver with poll instead of a thread | Matthias P. Braendli | 2021-01-18 | 2 | -77/+107 | |
| | ||||||
* | Fix warning due to zmq.hpp update | Matthias P. Braendli | 2021-01-18 | 1 | -1/+1 | |
| | ||||||
* | Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output | Matthias P. Braendli | 2021-01-18 | 23 | -534/+2148 | |
| | ||||||
* | Make stats_dabmux_munin.py python3 comptabile | Yoann QUERET | 2021-01-18 | 1 | -3/+3 | |
| | ||||||
* | Make compatible with python3.5 with parameters config | Yoann QUERET | 2021-01-18 | 1 | -1/+1 | |
| | ||||||
* | Make compatible with python 3.5 | Yoann QUERET | 2021-01-18 | 1 | -2/+2 | |
| | | | Solve error "TypeError: the JSON object must be str, not 'bytes'" with python 3.5 |