Download URL | Author URL | Software URL | Buy Now ($49)
Mini-Comm is a .NET component to share data between different programs, multiple instances of the same program, or different processes on the same PC. You can share text, objects, collections of objects, and streams of data.
* At its heart, Mini-Comm communicates in a peer-to-peer fashion: any two nodes can talk. This flexibility allows you to emulate just about any architecture including client-server and one-on-one communications. Mini-Comm also ships with a basic text sender and receiver in case you want to roll your own communications.
* You can specify a password on both ends for highly-secure communications. Mini-Comm has 256-bit AES encryption built-in, or you can encrypt the data yourself before sending it.
* Use Mini-Comm to ensure that only one instance of your application is running at any given time. If a new instance runs, it will automatically pass its command line arguments to the original instance of your application and then shut down.
* Mini-Comm comes with a ful