Search:

Type: Posts; User: cr0ck3t

Search: Search took 0.09 seconds.

  1. Re: DatagramChannel - UDP receiving OK, but unable to send data :(

    in case this helps anyone else out - here's the working code: 2896

    hopefully you won't have to struggle through some last minute coding to get a UDP connection set up via java :D
  2. Re: DatagramChannel - UDP receiving OK, but unable to send data :(

    definitely going to blame that issue on 3 am coding... missed a

    try{ Thread.sleep(500); } catch (InterruptedException ignore) { }
    in a while(true) loop :S
  3. Re: DatagramChannel - UDP receiving OK, but unable to send data :(

    Here's a working rendition 2895 (but it is still not actually 'working')

    Thanks again for your help in this
  4. Re: DatagramChannel - UDP receiving OK, but unable to send data :(

    putting together some testing code now - going to blame that oversight on the lack of sleep...
  5. Re: DatagramChannel - UDP receiving OK, but unable to send data :(

    Sorry about that - the forum initially told my that I could not post my first thread as it either contained too many references to URL's or had bad language... tried stripping those out to get rid of...
  6. Re: Post denied. New posts are limited by number of URLs it may contain and checked if it doesn't contain forbidden words.

    I hit the same issue and found a workaround: http://www.javaprogrammingforums.com/cafe/37308-my-first-post.html

    Happy posting to anyone else who finds this ;)
  7. Replies
    0
    Views
    1,154

    my first post...

    My first attempt at posts was denied - so am trying to bypass that by sending one out here... if anyone knows how to get a post posted, please let me know.

    --- Update ---

    Does replying to your...
  8. DatagramChannel - UDP receiving OK, but unable to send data :(

    I am trying to connect to a local application over UDP... I have tried blocking, non-blocking, connecting, not connection, reading and re-reading the Oracle docs, and am pretty much google-e-eyed...
Results 1 to 8 of 8