
I was testing out OpenPeripheral (awesome mod, btw), and wondered if putting modems on the peripheral proxy would work as I expected. Totally did. These turtles can talk to each other on the wired network, and can broadcast and receive on the wireless one. The only reason there's proxies facing towards the turtles is so that the turtles can treat each other as peripherals. Other than that all the work is done by the other proxies. I think it's a really cool system, but have no idea what to do with it.
EDIT: Oh I was wrong about receiving on the wireless network. The rednet coroutine does some side checking when receiving a message, so the wireless modem causes a crash when receiving messages, regardless of if you were using rednet.receive() or not. This problem does not occur for the wired network though. I'm assuming that's because I had the proxy on an actual side instead of on the LAN network though.












