I have already developed an api and custom frontend in .net. I want to use traccar server only (tcp listener), which needs to send data to my api. How can i acheive that?
Plus how can i connect to traccar websockets via my frontend?
Any help would be highly appreciated.
For data forwarding:
https://github.com/tananaev/traccar/issues/1811
As for WebSockets, you can take a look at official web interface for usage example:
https://github.com/tananaev/traccar/blob/master/web/app/controller/Root.js#L90
I have already developed an api and custom frontend in .net. I want to use traccar server only (tcp listener), which needs to send data to my api. How can i acheive that?
Plus how can i connect to traccar websockets via my frontend?
Any help would be highly appreciated.