Skip to content

A cross language implementation of TCP sockets in Java and C#. The example shows how to send Strings and integers.

Notifications You must be signed in to change notification settings

alexandrucancescu/CrossLanguageTCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CrossLanguageTCP

A cross language implementation of TCP sockets in Java and C#. The example shows how to send Strings and integers.

How to use

  1. Start the Java server
  2. Start the C# client
  3. Write message in console to send to the server

This is just a vary basic implementation of sockets with C# and Java that I made to help others. The difficulties of sending data from C# to Java or back is to understand that Java uses Big-Endian for bytes order while C# uses LittleEndian.

About

A cross language implementation of TCP sockets in Java and C#. The example shows how to send Strings and integers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published