-
Notifications
You must be signed in to change notification settings - Fork 3
QuickStart
Andy Malakov edited this page Nov 13, 2013
·
36 revisions
###Ant users Build using Apache Ant:
cd fix-latency-meter
ant build
###Maven users
TODO
TODO
If your computer has multiple network adapters or VPN software, you need to obtain a list of network interfaces. Run LiveCaptureProcessor without arguments:
cd bin
java -classpath ../target/fix-latency-meter-0.1.RC1.jar;../lib/jnetpcap.jar org.tinyfix.latency.LiveCaptureProcessor
You will see an output like:
Network devices found:
#0: \Device\NPF_{0093D9BE-190D-4B59-BF8F-D9CE04004DBE} [Marvell Yukon Ethernet Controller.]
#1: \Device\NPF_{BC81C4FC-242F-4F1C-9DAD-EA9523CC992D} [Intel(R) PRO/100 VE Network Connection (Microsoft's Packet Scheduler) ]
You will need interface ID (zero-based index of adapter in the above list) to setup live capture:
java -classpath ../target/fix-latency-meter-0.1.RC1.jar;../lib/jnetpcap.jar org.tinyfix.latency.LiveCaptureProcessor 0 2509 271 2508 117 "(tcp src port 2509) or (tcp dst port 2508)" latency.csv