Skip to content

Instantly share code, notes, and snippets.

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.traccar.protocol;
import java.net.SocketAddress;
import java.util.regex.Pattern;
import org.jboss.netty.channel.Channel;
import org.traccar.BaseProtocolDecoder;
/**
*
* @author amit
*/
public class TrackingpathProtocol extends BaseProtocol {
public TrackingpathProtocol() {
super("Trackingpath");
}