- name: UDP_FRAME_IN
class: org.yamcs.tctm.ccsds.UdpTmFrameLink
port: 10017
frameType: "TM"
spacecraftId: 0xAB
frameLength: 512
frameHeaderErrorControlPresent: true
insertZoneLength: 0
errorDetection: CRC16
clcwStream: clcw
goodFrameStream: tm_realtime
badFrameStream: tm_realtime
virtualChannels:
- vcId: 0
ocfPresent: true
service: "PACKET"
maxPacketLength: 2048
stripEncapsulationHeader: true
packetPreprocessorClassName:
org.yamcs.tctm.GenericPacketPreprocessor
packetPreprocessorArgs:
timestampOffset: 10
seqCountOffset: 20
errorDetection:
type: CRC-16-CCIIT
byteOrder: BIG_ENDIAN
timeEncoding:
type: CUC
epoch: CUSTOM
epochUTC:
"2010-09-01T00:00:00Z"
timeIncludesLeapSeconds: true
stream: "tm_realtime"
I then hoped that the connection to the stream for good and bad frames ("tm_realtime") would result in data being passed to this server stream.
I then modified the "simulator.py" files so that the telemetry frame is sent on both port 10015 (the default for myproject) and 10017 (the new port I have used for the TM frame above).
I had hoped that I'd then be able to see on the YAMCS client some indication of good (or even bad) packets arriving and being interpreted. Sadly, the 10017 UDP packets coming from simulator.py seem to be being totally ignored by YAMCS (at least, nothing obvious on the web client). I can def see the 10017 UDP packets using wireshark.
Am I following the right steps? Is there something missing?
Many thanks,
Paul Madle
Senior Software Engineer, KISPE Space Systems, UK.
--
You received this message because you are subscribed to the Google Groups "yamcs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yamcs+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yamcs/fb2fcd2b-da1f-4323-9742-2d71df146e1cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yamcs/ff6a3622-b11b-4883-9b56-f8e134acf023n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yamcs/c0e6b883-e58a-481a-85af-2933910fc3efn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yamcs/7d855590-249c-4a39-a45b-555878db4e14n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yamcs/bbf2157a-8adc-4237-9fac-2131ad461e62n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/yamcs/780e5ff8-8351-42f2-90a1-48211730b236n%40googlegroups.com.