Pegasus Posted February 8, 2019 Share Posted February 8, 2019 OSbot doesn't allow socket connection . So is it doable to make a script to send post http request to php webserver every second? Quote Link to comment Share on other sites More sharing options...
Explv Posted February 8, 2019 Share Posted February 8, 2019 (edited) 8 minutes ago, Pegasus said: OSbot doesn't allow socket connection . So is it doable to make a script to send post http request to php webserver every second? OSBot does allow socket connections, and yes you can make post requests Edited February 8, 2019 by Explv Quote Link to comment Share on other sites More sharing options...
Pegasus Posted February 8, 2019 Author Share Posted February 8, 2019 1 minute ago, Explv said: OSBot does allow socket connections, and yes you can make post requests really? OSBot does allow socket connections? Are there any posts about this? Quote Link to comment Share on other sites More sharing options...
Explv Posted February 8, 2019 Share Posted February 8, 2019 8 minutes ago, Pegasus said: really? OSBot does allow socket connections? Are there any posts about this? Just Google it. Note that your OSBot scripts may only be clients, your server will have to be a separate program. There is a tutorial on OSBot, idk how good it is But theres tonnes of tutorials online on how to make a socket client and server with Java, and it's no different to how you do it with OSBot 1 Quote Link to comment Share on other sites More sharing options...
dreameo Posted February 9, 2019 Share Posted February 9, 2019 (edited) 19 hours ago, Explv said: idk how good it is It's good noob. (but doesn't support multiple clients on server) @OP, figure out which one you want to do. (HTTP is the much easier route) Edited February 9, 2019 by dreameo Quote Link to comment Share on other sites More sharing options...
Pegasus Posted February 10, 2019 Author Share Posted February 10, 2019 23 hours ago, dreameo said: It's good noob. (but doesn't support multiple clients on server) @OP, figure out which one you want to do. (HTTP is the much easier route) Is it doable to make a script to send post http request to php webserver every few seconds? Or I will just use socket connection. Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted February 10, 2019 Share Posted February 10, 2019 Socket will probably be better if you need 2 way communication. Quote Link to comment Share on other sites More sharing options...
Pegasus Posted February 10, 2019 Author Share Posted February 10, 2019 Yes, I need 2 way communication Quote Link to comment Share on other sites More sharing options...