Search:

Type: Posts; User: vanDarg

Search: Search took 0.73 seconds.

  1. [SOLVED] Re: Creating a ServerSocket - Trying to save logs from a Wireless Linksys Router

    Thanks for your help, I was able to come up with a solution. The router was sending UDP packets, not TCP packets. Further, it was timing out because UDP differs from TCP in that UDP does not create a...
  2. [SOLVED] Re: Creating a ServerSocket - Trying to save logs from a Wireless Linksys Router

    Yeah it definitely is, I have a similar program written in C and it receives information and displays it in my terminal and log files. When I run this other program all I have to do is disconnect and...
  3. [SOLVED] Re: Creating a ServerSocket - Trying to save logs from a Wireless Linksys Router

    Sorry, I forgot to list the exception. After it times out, I do get a timed out exception:



    Success!
    Couldn't!
    Accept timed out
  4. [SOLVED] Creating a ServerSocket - Trying to save logs from a Wireless Linksys Router

    Hello friends, I have written a program which opens up a socket on port 514. This is to accept and save logs from my wireless WAP54G router. I would like to eventually be able to use a buffered...
Results 1 to 4 of 4