CWOP Message Construct

95 views
Skip to first unread message

Bob

unread,
Apr 15, 2013, 9:27:13 PM4/15/13
to wv...@googlegroups.com
 I have been following a CWOP (wxqa)  thread that indicates that the CWOP data string has changed from the current Wview format. The information listed stated that the "TCPXX*, qAX." should actually be "TCPIP*" only. The reporters stated that some of the CWOP servers will reject the message from Wview if it does not follow the latter format This is apparently a change that is being implemented to all of the servers. Has this topic been addressed or has anyone modified the cwop.c file to change the format?

Thanks,
Bob

Graham Eddy

unread,
Apr 16, 2013, 12:37:15 AM4/16/13
to wv...@googlegroups.com
first i've heard of it, though i noticed my cwop data hadn't been recorded for a long time

would changing "%s>APRS,TCPXX*,qAX,%s:@" to "%s>APRS,TCPIP*,%s:@" in cwop.c do the trick? (%s is callsign in all cases)
___________
Graham Eddy

--
You received this message because you are subscribed to the Google Groups "wview" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wview+un...@googlegroups.com.
To post to this group, send email to wv...@googlegroups.com.
Visit this group at http://groups.google.com/group/wview?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

BacardE

unread,
Apr 16, 2013, 1:58:48 AM4/16/13
to wv...@googlegroups.com
I have modified mine thus:
115,116c115,116
<     length = sprintf (cwopBuffer, "%s>APRS,TCPXX*,qAX,%s:@", 
<                       cwopWork.callSign, cwopWork.callSign);
---
>     length = sprintf (cwopBuffer, "%s>APRS,TCPIP*:@", 
>                       cwopWork.callSign);

BacardE

unread,
Apr 16, 2013, 2:02:42 AM4/16/13
to wv...@googlegroups.com
After recompiling have had no issues.

Graham Eddy

unread,
Apr 16, 2013, 3:14:59 AM4/16/13
to wv...@googlegroups.com
i changed my wview/cwop to the below code. two cwop messages have been sent (30 mins apart) but http://www.wxqa.com/cgi-bin/search1.cgi?keyword=DW4311 (my station) reports "no data". how long should i wait before expecting it to appear?
___________
Graham Eddy

BacardE

unread,
Apr 16, 2013, 9:35:48 AM4/16/13
to wv...@googlegroups.com
Not an expert, but if you have previously seen your data, then I would expect it to show up immediately in findu's raw search. Can you paste your cwop log data? You data may not have been showing up previously for some other reason....even before I modified my cwop code yesterday, my cwop data was fine..
LLoyd

BacardE

unread,
Apr 16, 2013, 9:47:08 AM4/16/13
to wv...@googlegroups.com
Last report from DW4311 received 187 days 20 hours 15 minutes 2 seconds ago

Graham Eddy

unread,
Apr 16, 2013, 9:49:28 AM4/16/13
to wv...@googlegroups.com
well, the updates as below have been chugging out every half hour for the last 6 hours… perhaps the format is still not correct?
___________
Graham Eddy

Graham Eddy

unread,
Apr 16, 2013, 9:53:12 AM4/16/13
to wview Google Group
i should mention config: i use aunz.aprs2.net:14580 for all three server slots (this could be problem? i think i changed a while ago under advisement)
___________
Graham Eddy

BacardE

unread,
Apr 16, 2013, 2:43:11 PM4/16/13
to wv...@googlegroups.com
I suspect that is the problem. Shouldnt you be using cwop.aprs.net? I see that the aunz address has no servers in common with the cwop.aprs.net address. Someone more experienced here might have to answer that.... I would try changing it tho to quickly see if that is the problem....
The faq says all cwop servers - - - cwop.aprs.net : port 14580 or port 23 - - - this links to all four CWOP servers.

Lloyd

bgrattan

unread,
Apr 16, 2013, 3:13:14 PM4/16/13
to wv...@googlegroups.com
I think Mark has solved this for the next version of wview. See: http://www.wviewweather.com/mantis/view.php?id=271
Bob

Graham Eddy

unread,
Apr 17, 2013, 1:47:49 AM4/17/13
to wv...@googlegroups.com
with those changes, working now

i recall i changed the servers because some australian mob were hosting an aprs node, that must've fallen in a hole after a while
___________
Graham Eddy

BacardE

unread,
Apr 17, 2013, 11:37:23 PM4/17/13
to wv...@googlegroups.com
I see you are still sending TCPXX*  from what I have heard you might want to make sure each server is actually accepting your data. I dont know how you would do that...perhaps another person here can help in that regard.

Lloyd
Reply all
Reply to author
Forward
0 new messages