I found a way to do it. Might not be the most efficient but it works.<br>I run this on my laptop.<br>ngrep '' udp port 6948|osd_cat -p middle -c yellow -f -adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*<br><br>Whoo hoo it works.
<br>The only thing left to do is fire up sed and strip out all the xml stuff.<br><br><br><br><div><span class="gmail_quote">On 11/3/05, <b class="gmail_sendername">David Won</b> &lt;<a href="mailto:daveshome@gmail.com">daveshome@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ick. It's a windows program.<br>I'm on a new track now.<br>Using netcat I can do this.
<br>netcat listen for UDP on port 6948.<br><br>nc -l -u -p 6948<br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;mythnotify version=&quot;1&quot;&gt;&lt;container name=&quot;notify_cid_info&quot;&gt;&lt;textarea name=&quot;notify_cid_line&quot;&gt;&lt;value&gt;LINE #1&lt;/value&gt;&lt;/textarea&gt;&lt;textarea name=&quot;notify_cid_name&quot;&gt;&lt;value&gt;NAME: JOE SCHMOE&lt;/value&gt;&lt;/textarea&gt;&lt;textarea name=&quot;notify_cid_num&quot;&gt;&lt;value&gt;NUM : (301) 555-1212&lt;/value&gt;&lt;/textarea&gt;&lt;textarea name=&quot;notify_cid_dt&quot;&gt;&lt;value&gt;DATE: 11/3 TIME: 10:8&lt;/value&gt;&lt;/textarea&gt;&lt;/container&gt;&lt;/mythnotify&gt;
<br><br>Spits out the XML that is broadcast. Now all I have to do is strip out the name and number and send it to osd right. Nope..... It only works for the first connection. I have to restart netcat after each time.<br>
<br>
>From the man page<br>&quot;<b>-u</b>      Use UDP instead of TCP.  On most platforms, <b>nc</b> will behave as if<br><pre>             a connection is established until it receives an ICMP packet<br>             indicating that there is no program listening to what it sends.&quot;
<br><br><br><br></pre>Now I have to figure out a way for netcat to start listening again.<br>getting there slowly but surely.<br><br>Dave<br><br><br><div><div><span class="e" id="q_10756b4371415654_1"><span class="gmail_quote">
On 11/3/05, <b class="gmail_sendername">Dennis Hand
</b> &lt;<a href="mailto:4hands@earthlink.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">4hands@earthlink.net</a>&gt; wrote:</span></span></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_10756b4371415654_3">&gt;I'm currently using caller ID, cidbcast and mythudprelay to put the phone
<br>&gt;caller onto myth's OSD. It works great. What I would like to figure out is<br>&gt;if anybody knows how to grab this broadcasted info and put it onto my laptop<br>&gt;or other desktops . I know cidbcast get's the caller ID info and broadcasts
<br>&gt;it on port 6948. mythudprelay then recieves this info and translates it's<br>&gt;XML to an output XML that myth requires. mythtvosd then recieves this and<br>&gt;put's it on the screen for myth.<br><br>&gt;Since the info is being broadcast there should be a way to grab it and
<br>&gt;display it with xosd on a desktop not currently running myth.<br><br>&gt;Any ideas?<br><br>Try this out and see if it's what your looking for.<br><br><a href="http://thomas.lea.com/cidsystray.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://thomas.lea.com/cidsystray.html
</a><br><br>Dennis<br><br><br></span></div>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br>

</blockquote></div><br>