-
|
I have something that called Peripheral Proxy which is basically a peripheral hub that works wirelessly. Everything seems to fine with it, but it works only when it is attached to computer directly. As I understand, to make it work in wired network I need to implement |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Can you clarify what you mean here? Is this the fact that the peripheral proxy is ignored by wired modems (#1584)? The purpose of the whole wired-network interface is to allow you to connect cables directly to the peripheral proxy (or other blocks). Then peripherals attached to the proxy become available to all computers on the network. As a warning, if you go this route, you will need to change your peripheral naming logic to pick globally-unique names, rather than ones unique to just this proxy. The implementation of this basically looks like:
|
Beta Was this translation helpful? Give feedback.



Can you clarify what you mean here? Is this the fact that the peripheral proxy is ignored by wired modems (#1584)?
The purpose of the whole wired-network interface is to allow you to connect cables directly to the peripheral proxy (or other blocks). Then peripherals attached to the proxy become available to all computers on the network.
As a warning, if you go this route, you will need to change your peripheral naming logic to pick globally-unique names, rather than ones unique to just this proxy.
The implementation of this basically looks like: