Re: sending message to PC that is offline

From: Gary E. Ansok (ansok_at_alumni.caltech.edu)
Date: 04/08/04


Date: Thu, 8 Apr 2004 16:30:17 +0000 (UTC)

In article <ebf3e1ca.0404071927.336aaaa0@posting.google.com>,
hnr <marcuj3341@yahoo.com> wrote:
>I'd like to be more specific about what I want my application to do. I
>hope this can be done without requiring the users to have any
>*HARDWARE* except what most users already have anyway - typical PC,
>typical DSL or cable modem and all that stuff. I don't mind if this
>requires me to develop some *SOFTWARE* that the user must install,
>though hopefully not too complicated to develop. This might be an
>application, a driver, whatever.

If you're developing custom software that will run on the user's
computer, you do have a lot more flexibility. The software can
then send a message to your server that says "Hi, I'm user
JoeBlow987, and I'm at IP address 12.34.56.78". It would also
open up a port to listen for incoming messages -- basically, you're
writing your own IM application.

Your software can also send periodic updates, which could stop
the user from getting logged out due to inactivity and let you
know if the IP address ever changes. However, if the user
explicitly logs out from his DSL connection, then I wouldn't
expect that the DSL provider will pass messages either way between
the user's computer and the Internet.

You might want to look at some of the existing IM applications,
and see if you can start with one of those. You'll need to decide
whether you can send your messages over one of the existing IM networks
(perhaps to your custom IM client) or whether you need to create
an entirely new IM server. But the point is that if the user is
"not logged in" to the IM server, or to the DSL provider, he can't
get any messages.

Gary



Relevant Pages

  • Re: publishing problems since upgrading to DSL
    ... Check w/ your DSL provider to see if they are blocking Port 80 ... some do it to prevent you from hosting a site ... | to a front page server, check with the servers administrator to make ... | sure the front page server extensions are properly installed." ...
    (microsoft.public.frontpage.client)
  • Re: newbie PS1 config question
    ... >>now X server is off and you are on the text mode console ... > 1) since my dsl provider uses dhcp, does it mean that everytime the ip ... Fedora GNU/Linux Core 1 on Athlon CPU kernel 2.4.22-1.2149.nptl ...
    (Fedora)
  • page not found error
    ... >keep getting the server cannot be found error page. ... >called my dsl provider and we deleted my connections and ... >I even disabled the xp firewall and lowered the secuirty ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Automatic DSL connection
    ... a server connects to my DSL provider at system ... machine to connect to my DSL provider at startup time. ... change some registry settings, ...
    (microsoft.public.windows.server.sbs)

Loading