Le 24/05/2017 à 14:20, Steve Zingman a écrit :
Yes, The plan is to write a D-Star_bridge. The D-Star_bridge would work just like the other Partners. It would communicate with D-Star via ircDDBgateway and communicate with a partner. For what you want to do, it would work something like this: ircDDBGateway <---> D-Star_bridge <---> Analog_bridge <---> AllStar. At this time DVSwitch is in the planning stages. The detail are yet to be worked out.
Thank you. I'll wait for the details and source to be published. I have no skills (and no fun) in C programming, but I think it's doable in Python, and I'll be happy to contribute. Moreover, in order to avoid duplicate work by different people, did you have a look at XLX reflector ? It's intented to be a multiprotocol reflector, originally for D-Star, but DMR is being implemented, and Fusion may follow. On a block diagram, it may occupy the same place as your DVSwitch : a central dispatcher for various digital flows from different protocols. In my premiminary design, I thought about doing that : Asterisk [chan_USRP] <--> [USRP_Client] My Gateway [DExtra client] <--> [DExtra protocol driver] XLX reflector Then, I just need to code an USRP client, a D-Extra client, an AMBE client, and route flows between them. But I didn't try anything yet (too busy for the next few weeks...)