Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 949 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 949 Bytes

tcp2ivshmem

tcp2ivshmem is a java command line application to tunnel tcp connections through qemu ivshmem shared memory without using a network interface to do so.

License

tcp2ivshmem is released under the GNU General Public License Version 3.
A copy of the GNU General Public License Version 3 can be found in the COPYING file.

The file "mvnw" is part of the maven-wrapper project, released under the Apache License Version 2.
See https://github.com/takari/maven-wrapper for more information regarding maven-wrapper.

Building

If you do not want to build tcp2ivshmem yourself then you may also use the standalone executable jar file inside the examples folder or one of the releases provided on github.

Requirements:

  • JDK 7 or newer (Oracle or OpenJDK both work fine.)
./mvnw clean package

The compiled jar file with dependencies should then be located in the target folder.

Usage

See Readme in examples folder.