rjwut / ArtClientLib

NOTE: This library is being superseded by IAN: https://github.com/rjwut/ian
14 stars 3 forks source link

Enable "man in the middle" connections #11

Closed rjwut closed 10 years ago

rjwut commented 10 years ago

Currently, ArtClientLib is only capable of connecting to an Artemis server. We should make it possible for an application to be able to sit between the server and a client and inspect/alter the traffic between them. Doing this will require that connections be allowed to both servers and clients, and that all packets can be both parsed and written.