- 2,316
- 813
Transferring a bit stream has the same inherent problems as transferring binary files. It is not dead easy - FTP has gone through several revisions.PeterDonis said:Why would he want to do that? He's not trying to transfer files.
Transferring a bit stream has the same inherent problems as transferring binary files. It is not dead easy - FTP has gone through several revisions.PeterDonis said:Why would he want to do that? He's not trying to transfer files.
user366312 said:Which console? C# or Java?
jedishrfu said:Both the C# will show that it works and the Java one will show something else that may be key to your problem.
jedishrfu said:That's great!
So what was the problem?
Svein said:Transferring a bit stream has the same inherent problems as transferring binary files
user366312 said:There was difference in r/w data format.
I am now using raw data format on both ends. I am using bye arrays.
jedishrfu said:If this work gets more involved then you might want to consider zeromq.
Its very popular for communications between disparate programs in a microservices environment, has several multi-program architectures depending on the problem, and you get extra capability that might prove useful in the future.
user366312 said:ZeroMQ is good for professional solutions. I doing a semester project.
Okay. Thanks for the advice. I will look into that.jedishrfu said:But you could put it on your resume sometimes these little things make a big difference.