Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFi #204

Closed
a44281071 opened this issue Jul 27, 2019 · 5 comments
Closed

WiFi #204

a44281071 opened this issue Jul 27, 2019 · 5 comments

Comments

@a44281071
Copy link

Describe your feature request:
feature:

  1. show WIFI list and details, and connect.
  2. create and open visual router in windows. like win10 share network.
@BornToBeRoot
Copy link
Owner

Hi,

  1. It's on the road map... but i don't know when it will be available.
  2. You mean something like a hotsport feature?

Greetings

@BornToBeRoot BornToBeRoot changed the title have wifi manage? Show and Manage WIFI-Networks Jul 27, 2019
@a44281071
Copy link
Author

yeah, not only Ethernet, but also Wireless。
like wifi manager. virtual AP.

@BornToBeRoot
Copy link
Owner

OK. I plan this feature for version 2... i need to drop Windows 7 support, to use the Windows.Devices.WiFi API. Maybe at the end of the year...

-- note to my future self --
API: https://docs.microsoft.com/en-us/uwp/api/windows.devices.wifi
Package: https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts
Docs: https://www.thomasclaudiushuber.com/2019/04/26/calling-windows-10-apis-from-your-wpf-application/

@BornToBeRoot BornToBeRoot added this to the v2.0.0.0 milestone Jul 31, 2019
@BornToBeRoot BornToBeRoot pinned this issue Aug 15, 2019
@BornToBeRoot BornToBeRoot changed the title Show and Manage WIFI-Networks WiFi Aug 15, 2019
@BornToBeRoot
Copy link
Owner

BornToBeRoot commented Aug 15, 2019

Here is a preview... i plan to add a separate view to show the wifi channels.

WiFi

WiFi_Channel

ToDo:

  • Show note if no wifi adapter is available
  • Show note if no wifi network is available
  • Convert "Phy types" to 802.11??
  • Fix scrollbar margin
  • Fix "System.Threading.Tasks.TaskCanceledException: 'A task was canceled.'"
  • Show Mbit/s (if possible)
  • WiFi channels view
  • Connect network (right click / context menu)
  • Auto refresh (like ARP table, etc.)
  • Wiki
  • Hide channel view if no adapter / network is available

@BornToBeRoot BornToBeRoot mentioned this issue Sep 3, 2019
BornToBeRoot added a commit that referenced this issue Oct 1, 2019
BornToBeRoot added a commit that referenced this issue Oct 1, 2019
BornToBeRoot added a commit that referenced this issue Oct 15, 2019
@BornToBeRoot
Copy link
Owner

The wifi feature will be available with the next (pre) release.

I think i will not add a hotspot/virtual ap feature... Other features like LLDP or a Ping monitor are more important to me.

@BornToBeRoot BornToBeRoot unpinned this issue Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants