Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Switchhosts | 21,150 | 8 days ago | 355 | apache-2.0 | TypeScript | |||||
Switch hosts quickly! | ||||||||||
Mininet | 4,913 | 10 days ago | 352 | bsd-3-clause | Python | |||||
Emulator for rapid prototyping of Software Defined Networks | ||||||||||
Environmentswitcher | 422 | a year ago | 3 | November 21, 2021 | 9 | mit | Java | |||
🔥No repackage, switch environment with one click.(无需重新打包,一键切换环境 ) | ||||||||||
Host Switch Plus | 251 | 4 years ago | 17 | JavaScript | ||||||
Change the hosts rules in Chrome. It's easy, and effect immediately. | ||||||||||
P4 Utils | 154 | 7 days ago | 24 | gpl-2.0 | Python | |||||
Extension to Mininet that makes P4 networks easier to build | ||||||||||
Mininet | 108 | 4 | 3 | 4 years ago | 15 | October 07, 2019 | 1 | mit | JavaScript | |
Spin up and interact with virtual networks using Mininet and Node.js | ||||||||||
Fitb | 98 | 7 years ago | 5 | mit | PHP | |||||
FITB is a tool that automatically polls every port on a list of switches you give it. Simple configuration, precise polling, easy searching and automatic discovery of both new ports and ports that go offline are the goals of FITB. | ||||||||||
Switch | 97 | 3 years ago | 18 | C | ||||||
Consolidated switch repo (API, SAI and Nettlink) | ||||||||||
Hostsdock | 94 | 6 years ago | 3 | mit | JavaScript | |||||
:tada: Store, manage and switch your hosts quickly. | ||||||||||
Oftest | 79 | 2 years ago | 32 | other | Python | |||||
OpenFlow Switch Test Framework |
🎉 Store, manage and switch your hosts quickly. Especially suitable for developers who need to switch frequently between development, test and production environment. Based on Node.js and Electron.
https://eshengsky.github.io/HostsDock/
ping
command.Support OS X, Windows and Linux platform, see more details in Supported Platforms.
Firstly be sure you have installed Node.js and NPM successfully.
$ npm install -g bower
$ npm install
$ bower install
$ npm start
To start app with debug model, use:
$ npm run dev
Enjoy it! 😄
We use electron-packager package the application to facilitate the distribution of it.
$ npm install -g electron-packager
After finished all operations in Quick start, go into the app folder, execute:
$ npm run package
~/.electron
folder(user/your_user_name/.electron
in Windows), it may be very slow, I suggest you to manually download them into the folder through some download tool (the required files see Electron Release).The MIT License (MIT)
Copyright (c) 2017 Sky
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.