Changes between Version 1 and Version 2 of config_ws
- Timestamp:
- 02/26/12 12:23:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
config_ws
v1 v2 2 2 3 3 = [wiki:Earthworm Earthworm] Module: config_ws = 4 4 '''Contributed by: NEIC Hydra project by John Patton''' 5 5 == Function == 6 6 Create the WaveServerV tankfiles based on polling of a WAVE_RING. (new in EW v7.0) … … 8 8 The config_ws program listens to a WAVE_RING for TRACEBUF or TRACEBUF2 messages and writes the necessary tank files format for WaveServerV. This is useful if you have to sniff a ring and archive all of the trace's from that ring, but you don't know exactly what SCN/SCNL's are on it. config_ws will poll a WAVE_RING and find all TRACEBUF or TRACEBUF2 messages and build the WaveServerV tank files for all SCN or SCNL's it finds. 9 9 10 This module was contributed from the NEIC Hydra project by John Patton.11 12 10 '''Warning: only tested under Windows.''' 13 11 == Helpful Hints ==