Hello everyone.
I have a problem with the server rack the commands mentioned in the title of the thread.
I have to send a message from the server to a computer.....but the problem is that he receives messages from other computers but not send them. I tried to use programs and single commands but still not work.
I wrote this on the server:
component.modem.broadcast("111, "test") or component.modem.send({computer address}, 111, "test")
And this on the computer:
=event.pull("modem_message")
I used the relay to realize that it is the server doesn't send messages