You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool, so we can test the expected xmidt behavior without the need to connect and query via xmidt or webpa (i.e., run a local server instead and connect and query through that instead).
qq, are we looking for an actually xmidt/talaria sim (1-1 behavior) or are we looking for something that looks like talaria but doesn't actually implement talaria's Send WRP to Device - /device/send endpoint API?
we just want to be able to send a wrp message, so it's really just accepting a curl and then sending it to xmidt-agent. Like bare minimum. I was just digging around to see if talaria takes an http query and converts it to a wrp tr181 command message.
Got, it the good news is that Talaria doesn't do or add anything special to the wrp message. So all we have to do is setup a local server (like you pointed out) that'll
connect to the device
simply accept requests and then unmarshal the body of the request as a wrp message
send that wrp message to the device
The curl will be super similar to scytales/talarias, where the payload is the msgpack tr181 object
this stub should be added to the quic main package.
The text was updated successfully, but these errors were encountered: