Is it possible to get a helium-crypto-rs api or package to handle the loading and signing of rpcs correctly with the delegate keys using python and maybe a few other popular languages like node, go and maybe java.
To interact with this service with languages other then rust would be quite beneficial as an openlns provider as i already handle all the internal chirpstack api calls via the chirpstack grpc internally.
to be able to pass changes directly up the wire would be ideal as currently i have to call blocking code from within my async code to run a subprocess call to the compiled binary to handle the route and devices euis etc.
Is it possible to get a helium-crypto-rs api or package to handle the loading and signing of rpcs correctly with the delegate keys using python and maybe a few other popular languages like node, go and maybe java.
To interact with this service with languages other then rust would be quite beneficial as an openlns provider as i already handle all the internal chirpstack api calls via the chirpstack grpc internally.
to be able to pass changes directly up the wire would be ideal as currently i have to call blocking code from within my async code to run a subprocess call to the compiled binary to handle the route and devices euis etc.