New ODR-EDI2EDI tool

219 views
Skip to first unread message

Matthias Brändli

unread,
May 6, 2020, 11:14:21 AM5/6/20
to crc-mm...@googlegroups.com
Hello all,

in the process of replacing ZeroMQ by EDI for distribution of ETI, the
need to replace ODR-ZMQ2EDI appeared.

Some modulators only support EDI over UDP, so if you want to carry EDI
over not-so-reliable networks and want to use TCP, there's was no way
except having an ODR-ZMQ2EDI instance running close to the modulator.

I have just published ODR-EDI2EDI for that application:

https://github.com/Opendigitalradio/ODR-EDI2EDI

Cheers
mpb
Message has been deleted

Francesco

unread,
May 6, 2020, 6:54:59 PM5/6/20
to mmbtools
Great news Matthias, this tool can help those modulators who in EDI UDP have a lot of sensitivity to network jitter and so disconnect frequently.
What do you think, could you also put a TCP output (or zmq) to feed the Sergiy modulators? Infact in zmq link with mux, with network delays greater than 20ms tend to become unstable, to the point of failing the connection sometimes (
the best thing would be Sergiy implement reception of edi on his card, but I think he has no more space in the FPGA)

Thanks a lot for this toolt!!

Matthias Brändli

unread,
May 7, 2020, 2:06:33 AM5/7/20
to crc-mm...@googlegroups.com
Hello Francesco,

I doubt I can take time to work on a tool like that, but I will not
remove the ZMQ output from ODR-DabMux anytime soon, since it's used by
the EasyDAB.

Cheers
mpb

On 07/05/2020 00:51, Francesco wrote:
> Great news Matthias, this tool can help those modulators who in EDI UDP
> have a lot of sensitivity to network jitter and so disconnect frequently.
> What do you think, could you also put a TCP output (or zmq) to feed the
> Sergji modulators? Infact in zmq link with mux, with network delays
> greater than 20ms tend to become unstable, to the point of failing the
> connection sometimes (
> the best thing would be Sergji implement reception of edi on his card,
> but I think he has no more space in the FPGA)
>
> Thanks a lot for this toolt!!
>
> --
> You received this message because you are subscribed to the Google
> Groups "mmbtools" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to crc-mmbtools...@googlegroups.com
> <mailto:crc-mmbtools...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/crc-mmbtools/3da5e6af-7df7-4396-a29a-59596078cf55%40googlegroups.com
> <https://groups.google.com/d/msgid/crc-mmbtools/3da5e6af-7df7-4396-a29a-59596078cf55%40googlegroups.com?utm_medium=email&utm_source=footer>.

Markus Bresch

unread,
May 23, 2020, 12:38:17 PM5/23/20
to mmbtools
Hello Matthias and Francesco,

actually I am working at the same problem, to put the zmq stream to Sergji's modulator via VPN Links with more than 20ms network delay. It seems to be very difficultly.

I'm thinking of putting a second muxer to the transmitter station and feed this second muxer from the first muxer via EDI. Is it possible to create an input subchannels with inputuri for EDI Input from a muxer output?

Have a nice day,
Markus

Matthias Brändli

unread,
May 23, 2020, 1:00:05 PM5/23/20
to crc-mm...@googlegroups.com
Hello Markus,

no that wouldn't fit the way ODR-DabMux works. A tool like ODR-ZMQ2EDI
or ODR-EDI2EDI would be most appropriate.

mpb
> --
> You received this message because you are subscribed to the Google
> Groups "mmbtools" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to crc-mmbtools...@googlegroups.com
> <mailto:crc-mmbtools...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/crc-mmbtools/4cdb8d8e-dac0-43c6-afca-886fc64db233%40googlegroups.com
> <https://groups.google.com/d/msgid/crc-mmbtools/4cdb8d8e-dac0-43c6-afca-886fc64db233%40googlegroups.com?utm_medium=email&utm_source=footer>.

Francesco

unread,
May 24, 2020, 4:39:18 AM5/24/20
to mmbtools
Hi, Matthias, in the future, it could be fantastic to have in this tool also a zmq output to feed Sergji modulator, so we could be indipendent from network delay greater than 20ms that create instability and disconnection.
Thanks.

Markus Bresch

unread,
May 24, 2020, 2:54:47 PM5/24/20
to mmbtools
Hello Matthias,
thanks for your great new software odr-edi2edi. It works good for buffering EDI streams and for converting vom tcp to udp and to multicast, I have tested a lot today.
To integrate zmq or raw (ETI over tcp) output (the output modul from odr-dabmux) it would be very very helpful to work with Sergji's modulator. It's a perfect idea.

Markus

Markus B.

unread,
Aug 7, 2020, 8:28:15 AM8/7/20
to mmbtools
Hello,

there is no need to do anything. This software https://github.com/piratfm/eti-tools#eti-edi2eti does it's job for this problem, too.

Markus

Francesco

unread,
Aug 7, 2020, 8:57:20 AM8/7/20
to crc-mm...@googlegroups.com
But in this tool timestamp is not working......... 

--
You received this message because you are subscribed to the Google Groups "mmbtools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to crc-mmbtools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/crc-mmbtools/f2baf52f-0a6d-4bb3-9c8d-aebe227622d9o%40googlegroups.com.

Gerard Lokhoff

unread,
Aug 8, 2020, 5:58:09 AM8/8/20
to mmbtools
Which is required to operate the EasyDAB in SFN mode... very much required here in the Netherlands...

Following this thread with great interest now ;o)

Best regards,

Gerard

Op vrijdag 7 augustus 2020 14:57:20 UTC+2 schreef Francesco:
But in this tool timestamp is not working......... 

Il Ven 7 Ago 2020, 14:28 Markus B. <markus...@gmail.com> ha scritto:
Hello,

there is no need to do anything. This software https://github.com/piratfm/eti-tools#eti-edi2eti does it's job for this problem, too.

Markus

Am Sonntag, 24. Mai 2020 20:54:47 UTC+2 schrieb Markus B.:
Hello Matthias,
thanks for your great new software odr-edi2edi. It works good for buffering EDI streams and for converting vom tcp to udp and to multicast, I have tested a lot today.
To integrate zmq or raw (ETI over tcp) output (the output modul from odr-dabmux) it would be very very helpful to work with Sergji's modulator. It's a perfect idea.

Markus

Am Sonntag, 24. Mai 2020 10:39:18 UTC+2 schrieb Francesco:
Hi, Matthias, in the future, it could be fantastic to have in this tool also a zmq output to feed Sergji modulator, so we could be indipendent from network delay greater than 20ms that create instability and disconnection.
Thanks.

--
You received this message because you are subscribed to the Google Groups "mmbtools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to crc-mm...@googlegroups.com.

Francesco

unread,
Aug 13, 2020, 3:44:38 PM8/13/20
to crc-mm...@googlegroups.com
Hi, a zmq output in editoedi tools could be also the solution to Easydab glitch......
Do you think Matthias is possible put it in the future?
Thanks a lot.


To unsubscribe from this group and stop receiving emails from it, send an email to crc-mmbtools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/crc-mmbtools/77ee568f-3257-4d6a-82fc-0fa17d6e44dco%40googlegroups.com.

Matthias Brändli

unread,
Aug 14, 2020, 1:59:33 AM8/14/20
to crc-mm...@googlegroups.com
Hello Francesco,

the problem is that nobody is taking care of software development on the
EasyDAB v2. There's something wrong with timestamps (see Gerard's
emails), there's no EDI support, and there might be other undiscovered
things.

I'm not using the EasyDAB, not because of lack of interest, but there's
just a lot of other stuff ongoing. And I can't develop something that I
can't test.

So if you want to use the EasyDAB, don't ask me, find someone who can
maintain and continue the development of the EasyDAB.

Sorry,
mpb

On 13/08/2020 21:44, Francesco wrote:
> Hi, a zmq output in editoedi tools could be also the solution to Easydab
> glitch......
> Do you think Matthias is possible put it in the future?
> Thanks a lot.
>
>
> Il Sab 8 Ago 2020, 11:58 Gerard Lokhoff <gerard....@gmail.com
> <mailto:gerard....@gmail.com>> ha scritto:
> <https://groups.google.com/d/msgid/crc-mmbtools/f2baf52f-0a6d-4bb3-9c8d-aebe227622d9o%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "mmbtools" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to crc-mmbtools...@googlegroups.com
> <mailto:crc-mmbtools...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/crc-mmbtools/77ee568f-3257-4d6a-82fc-0fa17d6e44dco%40googlegroups.com
> <https://groups.google.com/d/msgid/crc-mmbtools/77ee568f-3257-4d6a-82fc-0fa17d6e44dco%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "mmbtools" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to crc-mmbtools...@googlegroups.com
> <mailto:crc-mmbtools...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/crc-mmbtools/CAFgtUaeWPjn-roXDuxpjd%2BgkX%3DVoXFJMTc0JA8es8iUmCCSgSg%40mail.gmail.com
> <https://groups.google.com/d/msgid/crc-mmbtools/CAFgtUaeWPjn-roXDuxpjd%2BgkX%3DVoXFJMTc0JA8es8iUmCCSgSg%40mail.gmail.com?utm_medium=email&utm_source=footer>.

Francesco

unread,
Aug 14, 2020, 2:10:55 AM8/14/20
to mmbtools
I've exposed the problem to Sergji a lot of time ago, he reply to me that he must prepare a mux with new release, but after this no other reply.......
Reply all
Reply to author
Forward
0 new messages