Search:

Type: Posts; User: devett

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    12,312

    Re: sending images client/server sockets

    Here is a better look at the code:

    server code:

    package server;

    import java.awt.image.BufferedImage;
    import java.io.IOException;
    import java.io.ObjectOutputStream;
    import...
  2. Replies
    7
    Views
    12,312

    Re: sending images client/server sockets

    I just had to put the call to the URL in a while (true)
    <highlight=Java]
    while (true) {
    URL url = new URL ...
    down to the ood.writeObject(byteImage);
    [/hightlight]

    and on the client I...
  3. Replies
    7
    Views
    12,312

    Re: sending images client/server sockets

    I knew it had to be simple, I figured it out!!!!
  4. Replies
    7
    Views
    12,312

    Re: sending images client/server sockets

    I'm stuck on getting the image to continaully feed itself the client. The client shows the image as a stream where they can double click the client and move it. The client needs to act as a live...
  5. Replies
    7
    Views
    12,312

    Re: sending images client/server sockets

    What I'm stuck on is getting the image to continually feed from the server to the client as long as the client is open. The image is always named oneshotimage but it is always a new image. I get it...
  6. Replies
    7
    Views
    12,312

    sending images client/server sockets

    I have a camera that monitors conditions outside via a webserver, I can't use a webservice so I currently use JBoss to send the images through queue's and topics. I feel JBoss is overkill for what I...
Results 1 to 6 of 6