Hello, I would like to build a fast software router for DICOM images. DICOM is a protocol for medical imaging that runs over TCP.
The router would receive images and send them to multiple destinations, using the DICOM protocol. It might also modify part of the image before sending. I was thinking of basing this router on the haproxy code. I know this would be a lot of work, just wanted to hear opinions on if this makes sense. I am thinking of haproxy because I admire this project very much. Thanks! Aaron

