This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ETHANATOR360's profile picture

[challenge] network software

Started by ETHANATOR360, 06 October 2012 - 08:03 PM
ETHANATOR360 #1
Posted 06 October 2012 - 10:03 PM
ivw seen some small network software floating around in the programs section so i opened up this new challenge make a good networking program
what it should include:
peer to peer networking –comunicating with other computers through the server
file dowloads and uploads
security
Doyle3694 #2
Posted 06 October 2012 - 10:17 PM
doesn't look very serious.
1lann #3
Posted 07 October 2012 - 09:56 AM
ivw seen some small network software floating around in the programs section so i opened up this new challenge make a good networking program
what it should include:
peer to peer networking –comunicating with other computers through the server
file dowloads and uploads
security

Hope you know that peer to peer means that It doesn't go through a server. It goes straight to the other user/client. Also I got a feeling that you're calling this a challenge to disguise the fact that you want someone else to write a program for you and you not even trying.
billysback #4
Posted 07 October 2012 - 10:17 AM
I just started a in-game IRC style thing, I've almost finished with the client-side and will soon move on to the server-side :D/>/>
PixelToast #5
Posted 09 October 2012 - 01:00 AM
i wouldnt call peer to peer verry good because signals can easily be hacked and turning off a computer could break a connection easialy

my program uses multiple servers to link all the computers together and its verry secure