Automatic Transfer File [Real-TIme]
-
i've problem within doing my final project, i've a project where the project can be transfer a image continues and real time. the transfer data using UDp SOcket. any referention for me to build it, i don.t know what must i do
-
i've problem within doing my final project, i've a project where the project can be transfer a image continues and real time. the transfer data using UDp SOcket. any referention for me to build it, i don.t know what must i do
Would you do streaming of the image[^]? Why did you chose UDP? Are you happy with possible packet loss? Google is your friend[^].
THESE PEOPLE REALLY BOTHER ME!! How can they know what you should do without knowing what you want done?!?! -- C++ FQA Lite
-
i've problem within doing my final project, i've a project where the project can be transfer a image continues and real time. the transfer data using UDp SOcket. any referention for me to build it, i don.t know what must i do
Irwan Saifranto wrote:
i don.t know what must i do
A few possibilities come to mind.
- Choose a different subject, one that you do understand.
- Research the use of UDP sockets, and how to write your own data management protocol.
- Switch to TCP and research some of the many samples available on the internet.