help with simple networking without plugins.
Posted: Thu Jun 27, 2013 9:38 pm
i am having trouble with networking. i have read the wiki page ( https://love2d.org/wiki/Tutorial:Networking_with_UDP )
but do not even know where to start. i am trying to make a program that can send text through LAN and to the other person running the same program.
i have tried figuring this out but it seems very confusing and i have not been able to figure out how to do this.
i am trying to figure out how to network for future uses, like a wifi tic tac toe.
i heard the love2d forums were full of brilliant people so i came here to try to figure this out.
i imagine it would start with something like:
msg=io.read()
but am not sure what to do next
also: is it possible to create a server for this so i can recive messages from.. say.. across town?
eventually i want to use the same concepts to make a mmorpg (i think thats the abbraviation anyway..) that people can play on.
off topic:
first post!!
thanks in advance.
but do not even know where to start. i am trying to make a program that can send text through LAN and to the other person running the same program.
i have tried figuring this out but it seems very confusing and i have not been able to figure out how to do this.
i am trying to figure out how to network for future uses, like a wifi tic tac toe.
i heard the love2d forums were full of brilliant people so i came here to try to figure this out.
i imagine it would start with something like:
msg=io.read()
but am not sure what to do next
also: is it possible to create a server for this so i can recive messages from.. say.. across town?
eventually i want to use the same concepts to make a mmorpg (i think thats the abbraviation anyway..) that people can play on.
off topic:
first post!!
thanks in advance.