Proyecto

General

Perfil

« Anterior | Siguiente » 

Revisión 50

Añadido por jredrejo hace alrededor de 14 años

modificado nombre de archivo y añadidas cabeceras de copyright

Ver diferencias:

parsehostapd.py
#!/usr/bin/python -tt
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Project: wifi-ltsp
# Module: parsehostapd.py
# Purpose: Parsea el fichero /etc/hostapd/hostapd.conf
# Language: Python 2.5
# Date: 26-Enero-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 que contiene la función selectbestchannel()
Función que escanea el espectro de canales de redes

Exportar a: Unified diff