Features
- Routes data from one port (the down-port or client) to another port (the up-port or server).
- Shows the data being transfered between down and up ports in Hex and ASCII.
- Can save the observed data to a file.
- Can handle multiple data streams (client/server connections) at the same time.
- Remembers previous sessions.
- Maintains a list of ‘Recent’ connections.
- Complete with source code:
- Shows how to do socket programming in Swift
- Contains logging utility (SwifterLog)
- Contains JSON framework (SwifterJSON)
- Contains Socket utilities (SwifterSockets)
- You are free to use the source code for your own projects (including commercial)
- No redistribution of the source allowed.