Revisión 50
Añadido por jredrejo hace alrededor de 14 años
escanea.py | ||
---|---|---|
#!/usr/bin/python -tt
|
||
#!/usr/bin/python
|
||
# -*- coding: utf-8 -*-
|
||
# Project: wifi-ltsp
|
||
# Module: escanea.py
|
||
# Purpose: Busca el canal libre más adecuado para la wifi
|
||
# Language: Python 2.5
|
||
# Date: 03-Feb-2011.
|
||
# Ver: 07-Feb-2011.
|
||
# Author: Francisco Mora Sánchez
|
||
# Copyright: 2011 - Francisco Mora Sánchez <adminies.maestrojuancalero@edu.juntaextremadura.net>
|
||
#
|
||
# wifi-ltsp is free software: you can redistribute it and/or modify
|
||
# it under the terms of the GNU General Public License as published by
|
||
# the Free Software Foundation, either version 3 of the License, or
|
||
# (at your option) any later version.
|
||
# Script2 is distributed in the hope that it will be useful,
|
||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
# GNU General Public License for more details.
|
||
# You should have received a copy of the GNU General Public License
|
||
# along with wifi-ltsp. If not, see <http://www.gnu.org/licenses/>.
|
||
|
||
|
||
"""Módulo auxiliar para obtener información a través
|
||
del comando iwlist, perteneciente a las herramientas
|
||
wireless-tools
|
Exportar a: Unified diff
modificado nombre de archivo y añadidas cabeceras de copyright