Create network topology and simulate it in real time
This software is still building, so if you have any advices for me, contact me private on my github email.
- MSBUILD (from Visual Studio Installer)
- Microsoft visual c++ redistributable 2015-2022 version
- DirectX11
- Graphic's driver
In the beginning i'd like to mention that i've used "javidx9" graphic's library called "olcPixelGameEngine".
Source of the library:
https://github.com/OneLoneCoder/olcPixelGameEngine
This Application allows you to create really basic network topology. I'm developing this program, because I think this software may help you with understanding networks. The devices haven't specified type, In toolbar you have:
ROUTER
SWITCH
SERVER
PC
LAPTOP
Rectangle
Triangle
Circle
Straight-Through
Cross-Over
Fiber-Optic
Serial-DCE
Serial-DTE
Console
USB
Eraser
I prefered to use MSBUILD instead of MAKE to build the repository.
Before building that project you should clone him into "your own" directory
git clone https://github.com/leo385/dtopgui.gitAfter cloning process, you can build the project being in /dtopgui folder.
All you have to do is typing the command below:
msbuild -property:Configuration=Release build/dtopgui.vcxprojAfter building, you can start the program that is located in /Release folder,
just run dtopgui.exe.