Bots and Simulations > Internet Mode Commentary
IM is kinda, sorta working
Botsareus:
Panda what default IP you want me to put in there so I can post my final revision.
Peter:
The asked explanation for what it all means.
Corrupt header: It didn't sent enough bytes in time. When enough bytes are in, it will still be seen as a real header. Should normally happen quite rarely. (as it means it didn't sent at least 5 bytes in one go, that's not a good connection)
invalid literal for int() with base 10: 'GET /': (is the start of a HTTP GET request from a browser.) Server kicks client for breaking protocol.
invalid literal for int() with base 10: 'HTTP/': is a HTTP response from a server. Breaking protocol, client restarts.
Full string is : HTTP/1.1 400 Bad Request, which is a correct response from http server from the junk that's sent at by the client, but it's not supposed to end at a http server.
In case it wasn't clear, it's using TCP, which is also used by HTTP. (that's why it can receive data from a browser and do a initial connect to websites.)
Botsareus:
So as long as a VM allows TCP based connections the code will work. Thx Peter I'll keep that in mind. Unfortunately there are no free TCP VMs I can hack unto to get it to work, and since I don't want to go trough the pain and trouble of maintaining my own VM it is best I leave it up to the people who know what they are doing.
vrukt:
Is IM over LAN possible right now?
Botsareus:
Yes, it is. Just replace the .exe with a copy from LocalIM folder.
However, never tested it on a true Lan. Let me know if it works.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version