Try to get the ReadDeviceInformation through the forwarder. #1637
-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The datastore only deal with values, not the rest of the calls. I am planning a new forwarder that catches incoming requests at framer level and retransmit the pure request. This is the next level of the transport directory, meaning new: server/client encoder/decoder and framers. You should be able to do something similar by making a custom framer. Surely there are other solutions, but this is the one I deem most general. |
Beta Was this translation helpful? Give feedback.
The datastore only deal with values, not the rest of the calls.
I am planning a new forwarder that catches incoming requests at framer level and retransmit the pure request. This is the next level of the transport directory, meaning new: server/client encoder/decoder and framers.
You should be able to do something similar by making a custom framer. Surely there are other solutions, but this is the one I deem most general.