https://github.com/schweigert/mmorpg-communication-analysis
MMORPG Communication Analysis
https://github.com/schweigert/mmorpg-communication-analysis
Last synced: over 1 year ago
JSON representation
MMORPG Communication Analysis
- Host: GitHub
- URL: https://github.com/schweigert/mmorpg-communication-analysis
- Owner: schweigert
- License: gpl-3.0
- Created: 2019-07-10T23:35:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T02:02:32.000Z (almost 7 years ago)
- Last Synced: 2023-03-09T22:18:23.434Z (over 3 years ago)
- Language: Go
- Size: 2.39 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MMORPG Communication Analysis
This repository is part of my bachelor thesis.
I implemented Rudy (Tibia), Salz (Albion) and Willson (GuildWars 1/2) microsservices architectures for a communication analisys using Golang. You can use for some tests :)
# Go Dep Graph
```sh
go get github.com/kisielk/godepgraph
sudo pacman -S graphviz
```
```sh
godepgraph github.com/schweigert/mmorpg-communication-analysis/clients/wclient
godepgraph github.com/schweigert/mmorpg-communication-analysis/clients/wclient | dot -Tpng -o wclient.png
# or other
```