Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Access PPC web server from desktop?

1 view
Skip to first unread message

Markus Oliver Junginger

unread,
Sep 8, 2004, 3:43:31 AM9/8/04
to
Our product is basically a web server running on PPC. In order to do
some stress testing, we would like to use tools available on Win32.

Thus, we need to talk IP to the PPC from the desktop PC.
How do we that?

Thanks,
Markus

Chris Tacke, eMVP

unread,
Sep 8, 2004, 8:06:11 AM9/8/04
to
Put a network card in it, give it an IP and voila - it magically works like
any other device on the network.

-Chris


"Markus Oliver Junginger" <noreply@http://www.junginger.biz> wrote in
message news:eMPOkdXl...@TK2MSFTNGP15.phx.gbl...

Markus Oliver Junginger

unread,
Sep 8, 2004, 8:28:03 AM9/8/04
to
Chris Tacke, eMVP wrote:
> Put a network card in it, give it an IP and voila - it magically works like
> any other device on the network.

Do you think there's no way to do it over the cradle and maybe ActiveSync?

Thanks,
Markus

Chris Tacke, eMVP

unread,
Sep 8, 2004, 10:11:17 AM9/8/04
to
Doubtful. ActiveSync isn't a full router, so I don't think TCP requests can
get routed to the device.

-Chris


"Markus Oliver Junginger" <noreply@http://www.junginger.biz> wrote in

message news:%23qzVi8Z...@TK2MSFTNGP12.phx.gbl...

Markus Oliver Junginger

unread,
Sep 8, 2004, 10:36:30 AM9/8/04
to
Chris Tacke, eMVP wrote:

> Doubtful. ActiveSync isn't a full router, so I don't think TCP requests can
> get routed to the device.

Okay, maybe ActiveSync is a dead end here. Maybe VPN, IrDa, whatever
may be better key words to trigger creative minds? ;)

However, there's some evidence it should work - at least linux guys get
it to work:
http://www.tldp.org/HOWTO/Infrared-HOWTO/infrared-howto-s-pocketpc-connection.html

Thanks,
Markus

Chris Tacke, eMVP

unread,
Sep 8, 2004, 8:08:34 PM9/8/04
to
They're actually using ActiveSync - I can tell by the IP. It's routable
from the actual connector, but the IP is invalid elsewhere.

-Chris


"Markus Oliver Junginger" <noreply@http://www.junginger.biz> wrote in

message news:eAXzTEbl...@TK2MSFTNGP11.phx.gbl...

John Spaith [MS]

unread,
Sep 9, 2004, 3:33:27 PM9/9/04
to
Active Sync ("AS" in snipped below) can be convinced into proxying TCP
requests. I don't know which versions of AS this applies to.

Here's part a mail I have from dev who owned this a long time ago on how to
do this:
<
You can add an entry to the registry to establish a well known port which
will be proxy-ed back to the device. When the device is connected via AS,
AS will bind to the port, and forward connect requests to the device.
The key is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services\ProxyPorts
The registry entries just have to be REG_DWORD, with any name you like.

This will allow you to "connect(localhost, <your port number>)", and reach
the device.
>

Note that the client connect() MUST come from the XP device running Active
Sync itself. AS will not route requests from machines outside the network
onto this box. Also note that if you have IIS running on your local XP box,
you need to turn it off so that ActiveSync can grab port 80. You may have
to restart ActiveSync and/or reboot your machine to make this change take
affect.

--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation

Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let
us know!
https://www.windowsembeddedeval.com/community/newsgroups

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.

"Chris Tacke, eMVP" <cta...@spamfree-opennetcf.org> wrote in message
news:uK0U22al...@TK2MSFTNGP11.phx.gbl...

0 new messages