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

Wireless modem, check if channel is open

Started by HometownPotato, 25 April 2014 - 05:27 PM
HometownPotato #1
Posted 25 April 2014 - 07:27 PM
Is there a way I can check if a channel is open on another computer. Basically is there a way I can check if a computer opened a channel on port x from another computer, wirelessly?
Lyqyd #2
Posted 25 April 2014 - 07:37 PM
Sure, you can write a program to ask the other computer if it has a given channel open, and write a program that responds to requests for information about open channels. There's no built-in way to do it, you'd have to code one.
HometownPotato #3
Posted 25 April 2014 - 07:44 PM
Okay thank you for the help