views:

41

answers:

2

Could someone point me to the source code for an ideally multi-threaded C++ TFTP application. Even better if it's written using boost asio.

Just wanting to get an idea of how to structure a multi-threaded c++ network app with UDP rather than TCP.

I'll choose the answer based on how readable the code is and being in C++.

+1  A: 

Open TFTP Server Not purely C++ but a combination of C and C++

DumbCoder
Awesome! just what I was looking for. Very easy to read too.
Matt H
A: 

There's a list of projects using Asio here: who is using Asio

Sam Miller
Thanks for that link. It's also helpful
Matt H