So i'm working on a rudimentary network system to transmit simple packets of information between computers, ya know a basic network. I've run into the issue however, that its quite simply not working how i'm expecting it too. I've had no problem with OC in the past making several useful tools, but apparently i can't crack wireless networks
So here's the current testing environment:
Two computers about 5 blocks apart.
one is in the lua shell with a simple =event.pull("modem_message")
Port 52 is open
The other is broadcasting "test" on 52
nothing is happening on the first computer!
I'm getting no errors either. and when doing =modem.broadcast(52,"test") it returns true stating that the message was successfully sent. It's just not being recieved for some reason.
What could be causing this!!?! D:
EDIT: for reference i'm in 1.10.2 and i'm using two addons: Computronics and OCRSDrivers (for refined storage monitoring) both of these are natively supported in 1.11 but not in 1.10 so i have to use the external mods. would they possibly be interfereing?
EDIT2: somewhat solved i guess. restarted my client and things seemed to be working all of a sudden. Also mistakenly put event.listen in the title instead of event.pull. my bad!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
So i'm working on a rudimentary network system to transmit simple packets of information between computers, ya know a basic network. I've run into the issue however, that its quite simply not working how i'm expecting it too. I've had no problem with OC in the past making several useful tools, but apparently i can't crack wireless networks
So here's the current testing environment:
Two computers about 5 blocks apart.
one is in the lua shell with a simple =event.pull("modem_message")
Port 52 is open
The other is broadcasting "test" on 52
nothing is happening on the first computer!
I'm getting no errors either. and when doing =modem.broadcast(52,"test") it returns true stating that the message was successfully sent. It's just not being recieved for some reason.
What could be causing this!!?! D:
EDIT: for reference i'm in 1.10.2 and i'm using two addons: Computronics and OCRSDrivers (for refined storage monitoring) both of these are natively supported in 1.11 but not in 1.10 so i have to use the external mods. would they possibly be interfereing?
EDIT2: somewhat solved i guess. restarted my client and things seemed to be working all of a sudden. Also mistakenly put event.listen in the title instead of event.pull. my bad!
Link to post
Share on other sites