-
Notifications
You must be signed in to change notification settings - Fork 2k
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
RFC: shell: split WLAN/WPAN specific options into own command #5487
Comments
|
iwconfig was deprecated alredy 5 years ago - we should rather go for |
then |
Yes, for example. |
What about not ieee std devices like cc110x? |
Do we really need to split this up for different radio technologies? Most properties (channel, TX power, network identifier) should be rather similar for most technologies. |
Yes most, but as #5469 already shows, there are some that can even be very specific for vendors. |
But that's (as you wrote yourself) vendor specific, not specific to the technology and would prefer to keep the number of shell commands small. Even for 802.11 chips on Linux you'll find a broad variety of available options, but (fortunately) only one tool. |
I am on iwpan, will add it to #5485 |
@jfischer-phytec-iot can you please introduce it in a seperate PR and just adapt it in #5485? It will make the review more focused this way. |
Also, when push comes to shove I'm for |
@miri64 ok |
Seeing the amount of new information added to ifconfig, I'm still of the opinion that we actually should factor out certain options that are only of importance for certain devices. However, since this is a low priority (at least to me), we should keep this issue open as a reminder for that / opportunity for a newcomer to implement that. What do you think @PeterKietzmann? |
Personally I don't think this will ever happen, although it might be worth it. But I'm fine leaving the issue open. However, I don't think this is something that should be done by a newcomer. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
#12171 will add even more radio commands to I too agree that it would be a good idea to have separate commands for layer 1/2 and layer 3. |
+1. Indeed! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
ifconfig
is starting to get really complicated and I'm thinking about splitting some radio specific options into their own command (similar to Linux'iwconfig
andiwpan
). Opinions?The text was updated successfully, but these errors were encountered: