I am attempting to develop an application which communicated with an Ultrix Router using GVG Native over the TCP protocol. I was able to implement the TI command without too much trouble, but I am now trying to implement QN and am having issues.
Here is an example QN,IS command which I have made that is attempting to retrieve the name of source 132:
01 4E [QN] 09 [IS] 09 [132] [checksum] 04
01 4E 30 51 4E 09 30 30 49 53 09 30 30 38 33 30 61 04
The Ultrix is giving the following response:
01 4e 30 45 52 09 30 31 09 51 4e 44 39 04
My questions are the following, as I am having issues understanding how to use this QN command:
- Is my command malformed? If so, is there a router response that indicated an unparsable command?
- If so, is my understanding of the format for the QN command incorrect?
- How do I read the input name received from the Switcher? Will it be included in the same response packet?
Any insight on this would be greatly appreciated, thank you for your time.
------------------------------
Elijah Tate
------------------------------