Skip to content

Tool to test the bandwidth capabilities of a network. Server/orchestration component.

Notifications You must be signed in to change notification settings

techied/bandwidth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bandwidth-server

Tool to test the bandwidth capabilities of a network. Server/orchestration component.

How do I run it?

Installation script coming soon. For now:

$ nvm use 16
$ npm ci
$ npm run build

Create a .env file with a MongoDB URI:

MONGO_URI=mongodb://localhost:27017/myDatabase

and run the server:

$ npm run backend

Now install the client!

About

Tool to test the bandwidth capabilities of a network. Server/orchestration component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published