Removing all except Decoding And Socket

avishekzone 6 years ago

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

Anton Tananaev 6 years ago

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

avishekzone 6 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.

avishekzone 6 years ago

and how can i remove lint rules?