folder structure

This commit is contained in:
Alex Haiut 2021-04-19 13:53:48 +03:00
parent 11d30499d4
commit f0859b9277
4 changed files with 12 additions and 0 deletions

6
api/README.md Normal file
View File

@ -0,0 +1,6 @@
# mizu API server
API server for MIZU
Basic APIs:
* /fetch - retrieve traffic data
* /stats - retrieve statistics of collected data
* /viewer - web ui

3
cli/README.md Normal file
View File

@ -0,0 +1,3 @@
# mizu CLI
Usage examples

1
tap/README.md Normal file
View File

@ -0,0 +1 @@
# mizu TAP module

2
ui/README.md Normal file
View File

@ -0,0 +1,2 @@
# mizu UI
web app traffic viewer