-
Transferring Images On Network?
Hello,
Iam doing my MSc(IT) final project on "Parallel Processing" using regular java only, me and my partner have basically created a program that should take a certain piece of code with multiple functions and send it over the network to multiple client computers who compute and send the result back to the server.
One of the modules is the "Generation of fractal images". Now the problem we are facing is how to send the generated images from the client back to the sever using TCP IP.
Any help would be deeply appreciated
-
sorry i didnt use the search before posting ...ive found some threads with info ...iam looking them up and seeing if i can find the solution ...ill be back with updates ..thanks again ..this is a very useful forum
-
You have a server that waits for the answer(the results). There is a server socket that listens on the serever IP and at the serves port. Just create on the client side a client socket, bind it to the server port and send the image as a byte stream.
This is a common task and Java has all you need. Just read the manual - there are examples too
Similar Threads
-
By educmale in forum Database
Replies: 0
Last Post: 01-11-2007, 09:38 AM
-
By troublesome in forum Java
Replies: 6
Last Post: 06-14-2005, 05:06 PM
-
Replies: 4
Last Post: 03-05-2005, 10:01 AM
-
Replies: 0
Last Post: 10-29-2001, 01:55 PM
-
By Avron Polakow in forum Web
Replies: 1
Last Post: 11-06-2000, 02:09 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|