Is it possible to resend a QDX message via command line? Or, can you only resend QDX messages through SMAT?
I ask because we are interested in building a tool that will let users edit and resend their own messages without accessing the IDE, rather than having us edit and resend them through SMAT.
You can resend messages from the command line using “hcicmd”. But there are a lot of questions in resending via this command that a typical user may not know:
1. Am I sending from an inbound or outbound thread?
2. Am I sending pre-tps or post-tps?
3. Where is the file located?
4. What format is the file (len10 or nl)
We have moved away from doing resends at the Cloverleaf engine. We still do some, but only on rare occassions where the situation calls for it.
Thanks for your information. We typically edit/resend from the same threads over and over again so I planned on hard coding this kind of information ahead of time.
Thomas Rioux wrote:
You can resend messages from the command line using “hcicmd”.