You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Network Toolkit Application (NET 4.5) serves as a reference, in how the library can be used, but at the same time, can be used as a tool to manage your network. You can download the toolkit demo from the Release pages here, on Github - The source code is also available.
175
175
176
176

177
+
178
+
## License
179
+
180
+
MIT License
181
+
182
+
Copyright (c) 2021 Marcus Davies
183
+
184
+
Permission is hereby granted, free of charge, to any person obtaining a copy
185
+
of this software and associated documentation files (the "Software"), to deal
186
+
in the Software without restriction, including without limitation the rights
187
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188
+
copies of the Software, and to permit persons to whom the Software is
189
+
furnished to do so, subject to the following conditions:
190
+
191
+
The above copyright notice and this permission notice shall be included in all
192
+
copies or substantial portions of the Software.
193
+
194
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments