Removing all except Decoding And Socket

avishekzone5 years ago

How can i exclude all others code except socket and decoding part from traccar server code?
Any guide?

Anton Tananaev5 years ago

Why do you want to remove all other code? You can just disable the functionality and it won't be used.

avishekzone5 years ago

@Anton i am developing a nodejs tracking server but having difficulty in decoding the gps data especially of concox protocol so i am planning to use socket and decode part from traccar linking it with nodejs via socket connection as the traccar jar is heavy and it loads unwanted files i want to remove it.

avishekzone5 years ago

and how can i remove lint rules?