Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 433 Bytes

Python_Simple_Udp_Protocol Implementation

Message Board Application

  • In this application, a message board server (MBS) waits on a well-known UDP end-point (i.e., IP address and port number). Each message board client (MBC) can register itself to the MBS, create new message board(s), get the messages on a message board, and add messages to a message board.

  • Specifications of simple protocol is described in Assignment file