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

Aliasing MAC Addresses #2

Closed
josegomezr opened this issue Jan 13, 2018 · 4 comments
Closed

Aliasing MAC Addresses #2

josegomezr opened this issue Jan 13, 2018 · 4 comments

Comments

@josegomezr
Copy link

josegomezr commented Jan 13, 2018

Tottally newbie request, but how about giving the option of setting up a list of "Aliases" for your preferred MAC Addresses.

I took a peek in your code and might be implemented after the instantiation of the Devices Class and adding a little more data to the return of handle_list.

Maybe a method called add_alias that prefills a mac_aliases dict and also the devs dict in Devices class?

The main goal is to load the interface and click your "Aliased" MAC address and start the session.

@zhaojh329
Copy link
Owner

The list interface is currently used only for users to query online devices.
curl http://192.168.0.100:5912/list

You mean to set an alias for each device and access the device through this alias, right?

@josegomezr
Copy link
Author

The list interface is currently used only for users to query online devices.
curl http://192.168.0.100:5912/list
Does it list all interfaces on the network? 🤔

You mean to set an alias for each device and access the device through this alias, right?
Exactly! 👍

@zhaojh329
Copy link
Owner

I'll do it.

@zhaojh329
Copy link
Owner

supported.

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