Jnos and QtSoundModem
Today I was playing with Jnos, on my main system I have BPQ32 running with Direwolf and QtSoundModem. BPQ32 uses the Kiss port on Direwolf and the AGW port on QtSoundModem. Now I know that Jnos can easily handle the AGW interface/driver, so I linked Jnos with the AGW poort of Direwolf. attach agwpe agw 44.137.31.70 8000 ifconfig agw description “AGW – 1200 baud port” ax25 hport agw on trace agw 0111 Direwolf is running on 144.850Mhz 1k2 and 430.950Mhz 9k6 Now I thought it would be nice to hook Jnos to QtSoundModem as well. But BPQ32 already uses the AGW port of QtSoundModem. Now I had read that Maiko VE4KLM had written a Kiss over tcp/ip for Winrpr. Who doesn’t dare don’t win. Here we go. QtSoundmodem is running on 14.102Mhz 300Baud with 1100Hz on the left channel and 2000Hz on the right channel. Autoexec.nos attach winrpr qt0 44.137.31.76 8105 attach kiss qt0 1 qt1 # ifconfig qt0 description “Kiss tcp/ip port 14.102Mhz 1100Hz” ifconfig qt1 description “Kiss tcp/ip port 14.102Mhz 2200Hz” trace qt0 0x211 qt0.log 1000 trace qt1 0x211 qt1.log 1000 # ax25 hport qt0 on ax25 hport qt1 on The winrpr is the kiss over tcp/ip driver Read more