Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check Linkage set key service on startup | Matthias P. Braendli | 2018-02-21 | 1 | -13/+17 |
| | |||||
* | Use shared_ptr instead of component and subchannel pointers | Matthias P. Braendli | 2018-02-20 | 1 | -38/+28 |
| | |||||
* | Add TAI bulletin expiry to RC and to munin | Matthias P. Braendli | 2018-01-31 | 1 | -0/+7 |
| | |||||
* | Add work in progress odr-zmq2edi | Matthias P. Braendli | 2017-07-28 | 1 | -1/+17 |
| | |||||
* | Add new zeromq config format | Matthias P. Braendli | 2017-07-28 | 1 | -13/+13 |
| | | | | | | This gives the choice for the transmission of the metadata, and the enabling of the TAI downloader is also triggered appropriately | ||||
* | Add edi time and utco as ZMQ metadata | Matthias P. Braendli | 2017-07-28 | 1 | -4/+12 |
| | | | | | Since ODR-DabMod doesn't check the zmq message length, it will accept additional metadata at the end of the ETI data | ||||
* | Use enum for transmission mode | Matthias P. Braendli | 2017-06-17 | 1 | -3/+17 |
| | |||||
* | Make EDI fragment interleaver less bursty | Matthias P. Braendli | 2017-02-03 | 1 | -0/+5 |
| | |||||
* | Avoid uninitialised fields, modernise DabService::nbComponent | Matthias P. Braendli | 2017-01-28 | 1 | -1/+2 |
| | |||||
* | Fix important EDI Timestamp issues | Matthias P. Braendli | 2017-01-18 | 1 | -1/+3 |
| | | | | | | | | | | First, use more servers, not only those from USNO that currenty show problems. Add a server from IETF and the github repository from the tz project that mirrors that file. Second, fix issues about parsing the bulletin and error handling. Third, run the bulletin update asynchronously once the mux runs, to avoid blocking it. | ||||
* | Rename set_utco to set_tai_utc_offset | Matthias P. Braendli | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Move fragments into interleaver instead of copying them | Matthias P. Braendli | 2016-12-24 | 1 | -3/+1 |
| | |||||
* | Add EDI fragment interleaver | Matthias P. Braendli | 2016-12-23 | 1 | -2/+11 |
| | |||||
* | Create namespace for EDI | Matthias P. Braendli | 2016-12-23 | 1 | -9/+9 |
| | |||||
* | Remove useless creation of AFPacketiser and update some comments | Matthias P. Braendli | 2016-12-23 | 1 | -4/+0 |
| | |||||
* | Modernize a few bits and pieces | Matthias P. Braendli | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Replace NULL by nullptr | Matthias P. Braendli | 2016-10-28 | 1 | -3/+3 |
| | |||||
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 1 | -12/+15 |
| | |||||
* | Drop SLIP, Refactor sockets, improve TCP output | Matthias P. Braendli | 2016-09-11 | 1 | -8/+2 |
| | | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken. | ||||
* | Remove dabUtils.{h,cpp}, move to utils | Matthias P. Braendli | 2016-08-22 | 1 | -4/+0 |
| | | | | Also remove the obsolete dump code | ||||
* | Switch FIG0/10 to long form | Matthias P. Braendli | 2016-08-22 | 1 | -3/+2 |
| | | | | | The latest draft specification deprecates the short form, and most muxes today used the long form. | ||||
* | Add comment about ASCTy for DAB+ | Matthias P. Braendli | 2016-07-11 | 1 | -1/+9 |
| | |||||
* | Fix typo that broke startAddress initialisation | Matthias P. Braendli | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | Rename dabSubchannel to DabSubchannel | Matthias P. Braendli | 2016-04-15 | 1 | -5/+5 |
| | |||||
* | Make all getSizeXYZ dabSubchannel member functions | Matthias P. Braendli | 2016-04-15 | 1 | -7/+7 |
| | |||||
* | Make getSizeCu a dabSubchannel member function | Matthias P. Braendli | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | Replace DabService::program by function | Matthias P. Braendli | 2016-04-15 | 1 | -17/+0 |
| | |||||
* | Remove incomplete setptree ManagementServer command | Matthias P. Braendli | 2016-04-01 | 1 | -14/+0 |
| | |||||
* | Remove old carousel | Matthias P. Braendli | 2016-04-01 | 1 | -1089/+5 |
| | |||||
* | Replace clock_gettime with std::chrono for EDI | Matthias P. Braendli | 2016-03-05 | 1 | -6/+3 |
| | |||||
* | Compile under OSX | Matthias P. Braendli | 2016-03-05 | 1 | -1/+3 |
| | |||||
* | Enable new carousel by default | Matthias P. Braendli | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | Remove ConfInd watermark from old carousel | Matthias P. Braendli | 2016-02-27 | 1 | -34/+1 |
| | |||||
* | Change EDI configuration for multi-output | Matthias P. Braendli | 2016-02-05 | 1 | -27/+34 |
| | |||||
* | Fix TIST definition | Matthias P. Braendli | 2016-01-29 | 1 | -3/+3 |
| | | | | | | | Before, the TIST was wrongly incremented by 12ms instead of 24ms. Was wrong since commit c509b9af6e043220a5949a86e3d7121728b23429 no release was impacted. | ||||
* | Only set CLOCK_TAI if both TIST and EDI are enabled | Matthias P. Braendli | 2016-01-29 | 1 | -12/+9 |
| | |||||
* | Set edi TIST, still in an incorrect way | Matthias P. Braendli | 2016-01-10 | 1 | -18/+26 |
| | |||||
* | Add TAI handling for EDI with TIST | Matthias P. Braendli | 2016-01-10 | 1 | -0/+36 |
| | |||||
* | Replace some boost shared_ptr by std ones | Matthias P. Braendli | 2015-12-21 | 1 | -5/+5 |
| | |||||
* | Add missing initialisation | Matthias P. Braendli | 2015-12-18 | 1 | -0/+1 |
| | |||||
* | EDI: Simplify subchannel handling | Matthias P. Braendli | 2015-12-18 | 1 | -9/+8 |
| | |||||
* | Set initial timestamp | Matthias P. Braendli | 2015-12-18 | 1 | -0/+3 |
| | |||||
* | Clarify TIST setting | Matthias P. Braendli | 2015-12-04 | 1 | -3/+15 |
| | |||||
* | Add source and ttl settings for EDI | Matthias P. Braendli | 2015-11-27 | 1 | -1/+19 |
| | |||||
* | Whitespace | Matthias P. Braendli | 2015-08-17 | 1 | -882/+882 |
| | |||||
* | Add ability to map FIG to any FIB | Matthias P. Braendli | 2015-08-17 | 1 | -20/+12 |
| | | | | Move CRC calculation into FIGCarousel | ||||
* | Add cluster handling for announcements | Matthias P. Braendli | 2015-08-15 | 1 | -1/+0 |
| | |||||
* | Add new fig carousel to RC | Matthias P. Braendli | 2015-08-13 | 1 | -10/+43 |
| | |||||
* | Add missing include in DabMultiplexer | Matthias P. Braendli | 2015-08-13 | 1 | -0/+1 |
| | |||||
* | EDI: Do not use misbehaving UdpPacket | Matthias P. Braendli | 2015-08-09 | 1 | -11/+4 |
| |