Nano_program.lua
Man kann damit die Nanomachinen kontrollieren und bekommt gesagt welche Effekte auf welcher Nummer aktivierbar ist.
Das Program ist auf Deutsch.
I don't have direct experience with this library/programs but I have some experience with OpenComputers and the general layout of the system. Can you link to the thread with the solution/workaround you are tying to use, I can probably walk you through it.
When it comes to receiving messages over the modem, you're going to want to use something like this:
local _,_,from,senderport,_,message = event.pull("modem_message")