qmaster312 Posted April 7, 2015 Posted April 7, 2015 Hello, I have hawgtouch running over network and it displays a CDU on my windows tablet. The problem is that I have to export my CDU screen on the tablet, what is the best way to do this? My system: Intel Core i7 4770K@3.5Ghz, 16Gb Crucial 1600mhz DDR3, MSI GTX660 Gaming, Scythe Mugen 4, Samung 850 EVO 500GB, Fractal Design Define R4, WD Green 2TB, Windows 10 TM Warthog, Saitek Pro Flight Cessna Rudders DCS: A10C, UH-1, F15C "When everything seem to be going against you, remember that the airplane takes off against the wind, not with it..." Henry Ford
FSFIan Posted April 7, 2015 Posted April 7, 2015 Here's a DCS-BIOS-powered solution written in Python: http://forums.eagle.ru/showthread.php?p=2312247#post2312247 DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
agrasyuk Posted April 7, 2015 Posted April 7, 2015 While this is not completely on thread topic, come to think of it this can be made into complete tablet solution (I assume python script can be run pn android or compiled into android executable) - add drawn on screen buttons, asign touch areas and map each back to dcsbios packet senders... Hmm... Super responcive CDU with no need for vieport export running on tablet , mmm. Maybe I'll take on that task :) Ian, how many TCP connections can dcs-bios have at one time? Anton. My pit build thread . Simple and cheap UFC project
FSFIan Posted April 7, 2015 Posted April 7, 2015 Ian, how many TCP connections can dcs-bios have at one time? I have no idea. DCS-BIOS does not limit the number of concurrent connections. The most I have ever actually tested with was probably two or three (the python script and one or two instances of the control reference docs), so I can't say if you'd need dozens, hundreds or thousands of connections before you'd start to see performance problems. Somewhere above several hundreds you might also run into limitations of LuaSocket or your operating system. So I guess the practical answer to your question is "as many as any remotely sane setup needs." DCS-BIOS | How to export CMSP, RWR, etc. through MonitorSetup.lua
qmaster312 Posted April 7, 2015 Author Posted April 7, 2015 While this is not completely on thread topic, come to think of it this can be made into complete tablet solution (I assume python script can be run pn android or compiled into android executable) - add drawn on screen buttons, asign touch areas and map each back to dcsbios packet senders... Hmm... Super responcive CDU with no need for vieport export running on tablet , mmm. Maybe I'll take on that task :) Ian, how many TCP connections can dcs-bios have at one time? That would be so awesome ;) My system: Intel Core i7 4770K@3.5Ghz, 16Gb Crucial 1600mhz DDR3, MSI GTX660 Gaming, Scythe Mugen 4, Samung 850 EVO 500GB, Fractal Design Define R4, WD Green 2TB, Windows 10 TM Warthog, Saitek Pro Flight Cessna Rudders DCS: A10C, UH-1, F15C "When everything seem to be going against you, remember that the airplane takes off against the wind, not with it..." Henry Ford
Recommended Posts