Skip to content
Snippets Groups Projects
Commit 49046d82 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] format

parent 5f845fc6
No related branches found
No related tags found
No related merge requests found
# CoTMsgreceiver # CoTMsgReceiver
A Curson on Target (CoT) message receiver and DIS PDU transmitter A Curson on Target (CoT) Message Receiver and DIS PDU transmitter
This project is a conglomeration of three independent java based projects that This project is a conglomeration of three independent java based projects that
support and process CoT messages. support and process CoT messages.
...@@ -9,20 +9,20 @@ support and process CoT messages. ...@@ -9,20 +9,20 @@ support and process CoT messages.
TCP/UDP (user specified). TCP/UDP (user specified).
2) CoTreceiver 2) CoTreceiver
This project takes the Mitre developed Cursor on Target Software Development This project takes the Mitre developed Cursor-on-Target Software Development
Kit (SDK) Version 1.0.1 (23 April 2013) as its base CoT message processor Kit (SDK) Version 1.0.1 (23 April 2013) as its base CoT message processor
and provides a custom parser class to handle incomming/received CoT and provides a custom parser class to handle incomming/received CoT
messages. DIS PDUs are then re-transmitted over a multi-cast channel messages. DIS PDUs are then re-transmitted over a multi-cast channel
populated with pertinent CoT message data. The PDUs are recorded to a populated with pertinent CoT message data. The PDUs are recorded to a
PduCapture log in the /pduLog directory. Also, individually captured CoT PduCapture log in the /pduLog directory. Also, individually captured CoT
messages are written to file in a timestamped directory in the /log messages are written to file in a timestamped directory in the /log
directory. directory.
3) CoT Software Development Kit (SDK) Version 1.0.1 (23 April 2013) 3) CoT Software Development Kit (SDK) Version 1.0.1 (23 April 2013)
The project is ready to run out of the box as a NetBeans IDE project. The project is ready to run out of the box as a NetBeans IDE project.
Select either the udp or tcp home configuration in the IDE, then select the Select either the udp or tcp home configuration in the IDE, then select the
IDE's run command. By default, the runner will only generate 5 Cot messages. IDE's run command. By default, the runner will only generate 5 Cot messages.
Application arguments: Application arguments:
...@@ -38,6 +38,6 @@ Application arguments: ...@@ -38,6 +38,6 @@ Application arguments:
--performanceTestSendCoT tcp 192.168.1.13 9998 1 1 --performanceTestSendCoT tcp 192.168.1.13 9998 1 1
or or
--performanceTestSendCoT udp 192.168.1.13 9999 1 1 --performanceTestSendCoT udp 192.168.1.13 9999 1 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment