@chvn00 Hi! I'd be happy to answer your questions, but you'll need to be a bit more specific;) The basics of the system are listed in the video description.
@netog Information flows like this: iPod -> (wlan / UDP) -> C++/Qt listener app -> (TCP (loopback adapter since the listener and MRDS are on the same PC) / DSSP) -> MRDS
I could just as easily have gotten rid of the listener and just created a "real" MRDS service to listen for the iPod data - or have implemented my seDSSP directly on the iPod - however, I'm not really that good at neither .Net nor ObjectiveC stuff, so the separate C++ listener seemed the easiest way to go...;)
hello, it would be possible to give me more information on the application for the ipod and the pc?
chvn00 6 months ago
@chvn00 Hi! I'd be happy to answer your questions, but you'll need to be a bit more specific;) The basics of the system are listed in the video description.
sonicwavezor 6 months ago
I´d like to do the same using Linux/player and Android platform. It´d be my holidays project.
Why did you use a C++/Qt listener? Using QDBUS to do IPC ?
netog 1 year ago
@netog Information flows like this: iPod -> (wlan / UDP) -> C++/Qt listener app -> (TCP (loopback adapter since the listener and MRDS are on the same PC) / DSSP) -> MRDS
I could just as easily have gotten rid of the listener and just created a "real" MRDS service to listen for the iPod data - or have implemented my seDSSP directly on the iPod - however, I'm not really that good at neither .Net nor ObjectiveC stuff, so the separate C++ listener seemed the easiest way to go...;)
sonicwavezor 1 year ago
how do you do that?
waterlooisawesome 1 year ago