Hello,
I'm using YAMCS for my research on CCSDS TM/TC implementations, mostly using a modified ccsds-frames example as the foundation for my work. I would like to expand my model by integrating the SLE link but I've been stuck on this part for some time now. I'm still learning about YAMCS and the elements of the CCSDS stack so I hope you can help better understand these concepts.
Currently, I'm spending time experimenting with jsle as provider and SLE plugin for the client before transferring the config to my ccsds-frames instance but haven't managed to make it work yet. Here's my config:
- I've recorded the TM frames sent from the simulator to a file I fed to fsource.udp1.data in the jsle bridge config file, upon starting the bridge it confirms replaying the data from the file
- I've enabled the SLE_IN data link in yamcs.sle.yaml
- The enpoint ports defined in sle.yaml are set same port as in the sle.port in jsle bridge.properties, this seems to work as expected since the links are active on the web interface
The problem is getting the provider to actually send out the frames as nothing is no traffic on that link. I'm not sure if the problem is my configuration or the raw packet data file, thought in my testing I've had the same result with directly feeding it data from the simulator. Do you have any advice in troubleshooting this issue?