I was thinking about two options:
But I don't know how to include any of this in my application.
I'm building a protocol for transfering small files (1 to 5 MB) and I want to hide the sender's IP. I will be building a native windows/linux/mac application.
I'm planning to have many computers inside the system, so I was thinking that using MIX and routing through them could be a nice idea.
I found this gMix framework. I tried to develop on top of the framework but it looks very complicated. I'm thinking about developing my own Mix implementation for this project.
Can someone point me in the right direction please?