https://github.com/alexanderschuetz97/tcp2ivshmem
tcp2ivshmem is a java program to tunnel tcp connections through qemu ivshmem shared memory without using a network interface to do so.
https://github.com/alexanderschuetz97/tcp2ivshmem
ivshmem ivshmem-qemu java proxy qemu-kvm tcp
Last synced: about 2 months ago
JSON representation
tcp2ivshmem is a java program to tunnel tcp connections through qemu ivshmem shared memory without using a network interface to do so.
- Host: GitHub
- URL: https://github.com/alexanderschuetz97/tcp2ivshmem
- Owner: AlexanderSchuetz97
- License: gpl-3.0
- Created: 2020-06-12T16:07:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T22:52:20.000Z (over 3 years ago)
- Last Synced: 2025-02-03T17:47:01.305Z (4 months ago)
- Topics: ivshmem, ivshmem-qemu, java, proxy, qemu-kvm, tcp
- Language: Java
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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.