Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

This repository contains code examples and assignments for the book 'Computer Networking A Top-Down Approach.' The focus of this repository is on socket programming, providing hands-on experience and practical implementation of networking concepts in C#.

License

Notifications You must be signed in to change notification settings

Navid-JL/socket-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Programming

This repository contains code examples and assignments for the book 'Computer Networking A Top-Down Approach.' The focus of this repository is on socket programming, providing hands-on experience and practical implementation of networking concepts in C#.

Todo

UDP

In Progress

Done ✓

  • The client reads a line of characters (data) from its keyboard and sends the data to the server.
  • The server receives the data and converts the characters to uppercase.
  • The server sends the modified data to the client.
  • The client receives the modified data and displays the line on its screen.

About

This repository contains code examples and assignments for the book 'Computer Networking A Top-Down Approach.' The focus of this repository is on socket programming, providing hands-on experience and practical implementation of networking concepts in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages