Use a service like Soqet or Skynet to make the Network app/API universal #36

Open
opened 2020-06-07 11:14:41 -04:00 by ghost · 1 comment
ghost commented 2020-06-07 11:14:41 -04:00 (Migrated from github.com)

Example Usage:
Imagine if you want to VNC from your CCEmuX machine to your MC ComputerCraft Computer, how would you do this? well... the easiest solution will be Opus VNC, so why not make the Network app/API use Soqet or Skynet as a alternative source if an option is enabled?

Example Usage: Imagine if you want to VNC from your CCEmuX machine to your MC ComputerCraft Computer, how would you do this? well... the easiest solution will be Opus VNC, so why not make the Network app/API use Soqet or Skynet as a alternative source if an option is enabled?
Kan18 commented 2020-06-24 21:02:43 -04:00 (Migrated from github.com)

You can do something like this by modifying skymodem.lua to fit Opus, and then putting it in sys/init, although more generically, I think a "custom modem for networking" would be a nice feature, because it could cover other use-cases as well, like wanting to communicate only over a wired modem network as well, for added security / not flooding discovery.

You can do something like this by modifying [skymodem.lua](https://github.com/hugeblank/qs-cc/blob/master/src/skymodem.lua) to fit Opus, and then putting it in sys/init, although more generically, I think a "custom modem for networking" would be a nice feature, because it could cover other use-cases as well, like wanting to communicate only over a wired modem network as well, for added security / not flooding discovery.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MayaTheShy/Opus#36