A repository for an remote action service that uses server-side code generated from the hyundai-bluelink-protobufs
repository link to respond to requests for remote action via Hyundai Bluelink.
Run go run internal/server/server.go
to start the server, which will accept requests at the specified local address. This is a standalone service even though it is grouped with other repositories associated with this project. What this means is that it can be used or modified for use in any Go application that needs an remote action response from Hyundai Bluelink that fits the data type specified by the protobufs contract.
Create an issue and/or a pull request and I will take a look.
This project is not affiliated with Hyundai in any way. Credit to TaiPhamD and his bluelink_go
project link for inspiration and some code snippets.