A search on "multicast" gets 24 results...
You should check, since you're going through an AP on the wireless leg, that
the AP isn't filtering that sort of message on the way out. If you have
wired Ethernet capability on any of the PPC devices, you might try that, to
eliminate wireless as the problem. In fact, one of the 24 results in this
group indicates this as a likely explanation, so you should eliminate it
before moving on to more aggressive measures.
So, in *all* of these cases, *all* devices involved, whether sending or
receiving, have joined the same multicast group, right? Successfully
(you're checking return values of every socket method you call)?
If you're convinced that your code is right, I'd next move to native code
and do this straight through WinSock, which definitely does work with
Windows CE 4.2-based devices. That takes another layer out of the equation.
Paul T.
[quoted text, click to view] "stu" <stuboy@gmail.com> wrote in message
news:1120152934.495355.303540@g44g2000cwa.googlegroups.com...
>I did a quick search, but couldn't find anything; mostly what I saw was
> stuff on the emu and multicast.
>
> Firewall, no my firewall is turned off. To clarify the other question
> pda send to pc = yes
> pc send to pda = no
>
> In general, I have a little more info. I got a hold of a pda with ppc
> 2002 and tried a couple things. I tried the same setup except used the
> ppc pda instead of the pc. I got the same result:
> ppc2k2 send to wm2k3 = no
> wm2k3 send to ppc2k2 = yes
>
> So, it looks like it is an issue with windows mobile 2003. Either that
> or I have completely pissed off WM 2k3 somehow. I'm going to see if I
> can get another WM 2k3 pda.
>
> Any thoughts on issues with WM 2k3? Thanks!
>
> michael =)
>