ModeSMixer v.20131121+ option --outServer sbs10001:10001 emulates receiver SBS-1/3 and allows you to connect program BaseStation.exe v.180 to modesmixer directly.
+ option --inConnect ip:port allows you to connect to the receiver SBS-1/3 directly through the his ethernet port. Determination of type of the receiver is in automatic mode.
ModeSMixer is a console (command line) program that can do:
- merging data from any number of ModeS tcp-sources: binBEAST, AVR, AVRMLAT, SBS30006, SBS10001, MSG and/or physical serial devices - COM*-ports in Windows or /dev/tty's in Linux to merged output stream. This stream, in turn, may be issued to the network in various formats simultaneously. Data format of input tcp-sources is automatically recognized. Incoming data may be both inConnect (pull from <address>:<port>) and inServer (listen data on own TCP-port <port>).
- decoding/transcoding the input data to different formats to output: binBEAST, AVR, AVRMLAT, SBS30006, SBS10001 and MSG as required by user.
- splitting output data stream for any number of IP-clients in the following formats: binBEAST, AVR, AVRMLAT, SBS30006, SBS10001 and MSG. The output data can be both outConnect (push <address>:<port>) and outServer (listen request on own TCP-port <port>).
Example:
C:/>modesmixer.exe --inConnect 192.168.0.2:50040 --inConnect 127.0.0.1:30040 --inSerial COM1:3000000:hardware inConnect 192.168.0.170:10001 --outServer msg:30003 --outConnect msg:192.168.0.3:31003 --outServer sbs10001:10001
When you try to launch the modesmixer and you can get an error that msvcp110.dll or/and msvcr110.dll is missing.
Please, get the actual Microsoft Visual C++ Redistributable for Visual Studio 2012 Update 4 from the Microsoft site:
http://www.microsoft.com/en-us/download/details.aspx?id=30679The Visual C++ Redistributable Packages install runtime components that are required to run C++ applications built with Visual Studio 2012.
In the archive modesmixer_xp.exe is the same program, but was compiled with obsolete libraries for compatibility with windows XP.