Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bumbu/ipmanager
https://github.com/bumbu/ipmanager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bumbu/ipmanager
- Owner: bumbu
- Created: 2013-03-17T01:18:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T01:34:24.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T04:44:07.566Z (3 months ago)
- Language: C#
- Size: 3.19 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IpManager
Simple application that stores and has ability to change IPv4 network settings.
![Application screen](https://github.com/bumbu/IpManager/blob/master/images/screen.png?raw=true)## Prerequisites
* VisualStudio 2012
* .NET 4.5
* [Parse](https://parse.com) account with cloud application that has all the fields from
`class HostData` attributes list
> For VS2010 and .NET 4.0 look in branch old## How to run
* Clone the repository and open the Visual Studio solution
* Rename `settings.json.sample` to `settings.json` and place in the same folder with application
* In Program.cs replace `YOUR APPLICATION ID` and `YOUR WINDOWS KEY` with your keys from [Parse](https://parse.com)
* Build and run _(run as administator in order to be able to change network settings)_## ToDo
* Select device/interface for which IP settings are changing
* Store data into cloud
* Check validity of data
* Ability to reorder elements using Drag&Drop
* Add suppost for IPv6