Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 598 Bytes

File metadata and controls

12 lines (8 loc) · 598 Bytes

ENSTTIC-NETWORK-PROGRAMMING-PR-JAVA-C-TP

This course is provided within the national higher school of telecommunications and ICT -ENSTTIC- during the 4th year of the state engineering course in telecommunications

The goal of practical works (TPs) is to allow programs (applications) to communicate between ends through a network in a more or less transparent way: no visibility of intermediate systems.

So we covered :

  • Sockets TCP - UDP communication using Java / c programming languages
  • Sockets RMI
  • Guessing number Game between multiple players : Client Java - Server C