Jump to content

Recommended Posts

Posted (edited)

Hello,

 

I have connected to DCS using LuaSocket. I can receive information, but I'd like to send something.

 

So, let's say I want to send UDP message with a command:

trigger.action.outText("TEST MESSAGE", 10, 0)

 

Simple command like udp:receive() causes DCS to crash.

 

How to approach this?

Edited by Avat
Posted

OK, I managed to send data to DCS and it's being received properly.

 

But still, the only thing I can send using sockets is string "trigger.action.outText("TEST MESSAGE", 10, 0)" - is there any possibility to make it work in mission?

  • 6 months later...
  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...