Forums » Community Projects
Accessing remote server from plugin
Hello!
I want to send data to/fetch from my remote server. Is there any chance to do that with VO lua API?
I found TCPSocket so far. Does it work at all? Nothing for Http connection here?
Thank you in advance!
I want to send data to/fetch from my remote server. Is there any chance to do that with VO lua API?
I found TCPSocket so far. Does it work at all? Nothing for Http connection here?
Thank you in advance!
TCP Socket in the sandbox is a raw socket implementation that you can find some documentation here:
https://www.vo-wiki.com/racecar2/index.php/TCPSocket
I don't know WHERE the a1k0n tcpsock.lua file is supposed to be downloaded from anymore, but if you poke me on discord, I can share it with you. Alternatively, there might be a plugin or two on voupr with it still available. As for a working example... I don't know of any public ones, but there are private plugins people use for this. Depends on the guild you talk to, I suppose.
https://www.vo-wiki.com/racecar2/index.php/TCPSocket
I don't know WHERE the a1k0n tcpsock.lua file is supposed to be downloaded from anymore, but if you poke me on discord, I can share it with you. Alternatively, there might be a plugin or two on voupr with it still available. As for a working example... I don't know of any public ones, but there are private plugins people use for this. Depends on the guild you talk to, I suppose.