Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 347 Bytes

Final project of embedded systems course

Subject

The assignment's subject was the creation of a socket server for the zsun wifi card reader running openwrt.

Solution

This implementation simulates a thread pool server for handling concurrent connections and after a maximum number of connections implements a queue of waiting requests.