https://github.com/x42en/net-emulator
A small project to emulate scan in order to validate first steps of AI
https://github.com/x42en/net-emulator
ai emulator network python
Last synced: about 1 year ago
JSON representation
A small project to emulate scan in order to validate first steps of AI
- Host: GitHub
- URL: https://github.com/x42en/net-emulator
- Owner: x42en
- Created: 2020-06-09T08:21:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T08:29:02.000Z (about 6 years ago)
- Last Synced: 2025-01-30T09:42:55.420Z (over 1 year ago)
- Topics: ai, emulator, network, python
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Net-Emulator
---
- Created at: 09/06/2020
- Updated at: 06/06/2020
- Author: Ben Mz (bmz)
- Maintainer: Ben Mz (bmz)
- Client: ProHacktive (https://prohacktive.io)
A very basic project to generate results from scan over emulated networks.
First aim is to validate data format from AI
## Install
Setup using [poetry](https://python-poetry.org/)
```bash
git clone https://github.com/x42en/net-emulator.git
cd net-emulator
poetry install
poetry shell
```
## Usage
The project contains server **AND** client. Just use them as is in order to test
```bash
# launch server in one terminal
./main.py
```
```bash
# launch client in another terminal
./client.py
```
Note: client support command auto-completion for ease of use only
## TODO
- Setup unit-tests
- Add docs