Adding protocols as plugins on a running server

obby5 years ago

Would it be possible to make protocols be more like plugins? Let's say i'm implementing a new protocol from a custom device, but i already have a running traccar server, wouldn't it be better to code and build the protocol implementation and just drop it in a running server (may require a restart) instead of building traccar again from source with the new protocol implementation and upgrading the traccar server.

Anton Tananaev5 years ago

I don't see the difference. You still need to compile Java project.