Search:

Type: Posts; User: TylerD75

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    3,692

    Re: Java Voice chat over the internet.

    This I would say is a fairly complex problem.

    But there are already standards in place for Real-Time Conversational Applications, like RTP
    and SIP (Session Initiation Protocol) for establishing...
  2. [SOLVED] Re: How do I use InetAddress.isReachable() when DNS is unavailable?

    Never mind, I figured out I had some other problems elsewhere in my code, that could lead to the problem.
    But I also used a tokenizer to split a string IP into a byte array, which might also have...
  3. [SOLVED] How do I use InetAddress.isReachable() when DNS is unavailable?

    I'm making an ISP logger, that fires an event when I loose internet connectivity.
    The trigger is when I no longer can resolve "www.google.com", which in turn starts a network diagnose process.
    My...
Results 1 to 3 of 3