-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identity translation gateway #2535
Comments
No, there is no port to C for an Egde node with translation gateway. |
Is there anyway to implement identity translation gateway functionality using this SDK ? Or can you suggest another solution for for this scenario ? |
Identity translation is out of scope for this SDK. You would need to port this over to a C project. |
Unfortunately this example has some major features missing. Do you know if there is a description somewhere on how to handle the open points listed in this example? |
I don't know. Please follow up these questions directly in that repo for better directed assistance. |
Is there any way to implement identity translation gateway using this sdk ?
In my project, we are using esp32 with mesh network and would like to let all nodes in the mesh network connect to an IoT Hub though the root node of the network.
Today we use the NAT feature in the mesh network and let all nodes have their own connection to the IoT Hub I have noticed that the root node struggle to handle the traffic when mesh network becomes larger.
Instead I would like to let the root node be the only one to connect to the IoT Hub and act as a gateway for all the nodes in the network.
I have seen the sdk for Egde node with translation gateway capability but it is implemented en C#, is there a port for c/c++ ?
The text was updated successfully, but these errors were encountered: