Search found 2 matches
- Sun Aug 12, 2018 10:58 pm
- Forum: Modding help
- Topic: Call external executable or shell command from Lua?
- Replies: 2
- Views: 883
Re: Call external executable or shell command from Lua?
Thanks. Rcon seems pretty complex, since I'm just sending data out, write_file works for now.
- Sun Aug 12, 2018 3:08 am
- Forum: Modding help
- Topic: Call external executable or shell command from Lua?
- Replies: 2
- Views: 883
Call external executable or shell command from Lua?
It seems that calls to io and os are disabled by default. If I want to interface with an external program from factorio (both send and receive data), whats the best way to do it through a mod? Can I have my application running as a local webserver and send requests to it?