https://github.com/metacoma/minetest-tcpdump-demo
https://github.com/metacoma/minetest-tcpdump-demo
minetest minetest-mod tcpdump
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metacoma/minetest-tcpdump-demo
- Owner: metacoma
- Created: 2020-07-06T07:16:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T13:16:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T10:44:25.420Z (6 months ago)
- Topics: minetest, minetest-mod, tcpdump
- Language: Lua
- Homepage: https://www.youtube.com/watch?v=pSENbiv_R_g
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
This is minetest mod (and environment) to start minetest server in a docker container and vizualise the tcpdump flow. Instead thousand of words, watch the video:[](https://www.youtube.com/watch?v=pSENbiv_R_g)
## Status:
This repo in WIP state, if you have any questions or proposals, feel free to create issue## Requirements:
* docker
* tcpdump
* gawk## Tested on:
* ubuntu 20.04 LTS.
* macOs Mojave (10.14.6)## How-to
1. build image or pull image
```shell
make docker_image or docker pull metacoma/minetest-tcpdump:latest
```2. Run the server
```shell
make run
```3. Run the client
```shell
minetest --address 127.0.0.1 --go --name bc --password bc --verbose --info
```4. Run tcpdump
```shell
sudo ./tcpdump.sh > minetest_input
```5. Enjoy flying ip packets ;-)