Skip to content
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

Closed
ClaesIvarsson opened this issue Oct 14, 2023 · 5 comments
Closed

Identity translation gateway #2535

ClaesIvarsson opened this issue Oct 14, 2023 · 5 comments

Comments

@ClaesIvarsson
Copy link

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++ ?

@ericwolz
Copy link
Contributor

No, there is no port to C for an Egde node with translation gateway.

@ClaesIvarsson
Copy link
Author

Is there anyway to implement identity translation gateway functionality using this SDK ? Or can you suggest another solution for for this scenario ?

@ericwolz
Copy link
Contributor

ericwolz commented Oct 17, 2023

Identity translation is out of scope for this SDK.

You would need to port this over to a C project.
https://github.com/azure-samples/azure-iot-edge-identity-translation-lite/tree/master/

@ClaesIvarsson
Copy link
Author

Identity translation is out of scope for this SDK.

You would need to port this over to a C project. https://github.com/azure-samples/azure-iot-edge-identity-translation-lite/tree/master/

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?

@ericwolz
Copy link
Contributor

ericwolz commented Dec 8, 2023

I don't know. Please follow up these questions directly in that repo for better directed assistance.

@ericwolz ericwolz closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants