thanks man now im having a different problem
i managed to get the client and server to communicate no probs
now, for some reason:
1, the code for the server isnt working correctly, getting error: peripheral:20:expected string
for the life of me i cannot see what would be causing this error, getting a massive headache, been over the code step by step 10 times now
2.was having some probems getting the client to transmit the server number over rednet to verify that that server exists, and got it to a point where the client pc would reboot if theres no response after 3 seconds
for troubleshooting i set the server pc to print the channel number as should be set with the get str function
if i were to use a bogus number on the client, it would restart without an issue, but if i use the correct channel number, it errored with expected number, which means it was bypassing the part that writes the channel number to file then reboots the pc, this is where i looked into more code online and somehow ended up with the error on server on 1. (thats the odd part, NO CODE was changed on the server pc before the error, or maybe ive missed something
3. either the client isnt transmitting the channel number or the server just isnt receiving, this is where i started messing around and ended up with the errors above, maybe you guys can see what ive done wrong
heres the code links:
server
client
thanks in advance