GithubHelp home page GithubHelp logo

hubo1989 / luci-commotion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opentechinstitute/luci-commotion

0.0 2.0 0.0 2.81 MB

Commotion configuration pages for the LuCI web interface

License: GNU General Public License v3.0

Perl 0.04% HTML 26.18% Lua 42.39% Shell 6.53% Awk 1.15% JavaScript 9.13% CSS 14.58%

luci-commotion's Introduction

alt tag luci-commotion

Commotion configuration pages for the LuCI web interface.

luci-commotion is selected as a default build option in Commotion-Router (https://github.com/opentechinstitute/commotion-router)

Roadmap

Version 1.2

Version 2.0

luci-theme-commotion

The LuCI Commotion Theme was designed for the Commotion Wireless Project's openwrt-based software and is included by default in the commotion-feeds package, which is called by the commotion-router setup script.

Design changes should follow the Human Interface Guidelines described on the main project site.

This theme appears as luci-theme-commotion in Commotion-Router's menuconfig options

Links

Commotion-apps

Commotion-apps contains a LuCI application portal for OpenWRT. It relies on the Commotion service manager to find nearby applications on the network.

The LuCI application portal adds some pages to the Commotion-Router menu. The main page shows all local applications on the mesh that have been approved by the node administrator. There are also pages for creating an application, as well as administrator pages for approving/blacklisting apps and changing settings related to applications.

Commotion-apps is selected as a default build option in Commotion-Router (https://github.com/opentechinstitute/commotion-router).

Advertising applications

Applications are advertised on a Commotion mesh network using Avahi/mDNS. Each application should have a .service file in the /etc/avahi/services/ directory. The structure of the service file should follow this template:

<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">

<service-group>
  <name replace-wildcards="yes">Service Name on %h</name>

  <service>
    <type>_commotion._tcp</type> <!-- _svc-type.sub-type._tcp|udp -->
    <domain-name>mesh.local</domain-name>
    <!--<host-name>%h.mesh.local</host-name>--> <!-- DON'T set hostname, because avahi will fail to resolve it when using mesh.local domain-->
    <port>443</port> <!--optional-->
    <txt-record>name=Example Application</txt-record>
    <txt-record>ttl=2</txt-record> <!--optional: how many hops away the service should be advertised-->
    <txt-record>uri=https://commotionwireless.net</txt-record> <!-- IP address or URL of service host -->
    <txt-record>type=collaboration</txt-record>
    <txt-record>type=circumvention</txt-record> <!-- each type should have its own txt-record -->
    <txt-record>fingerprint=FA7E03D576F9A6752194CFCBE402C455B7F0F8C8894F7C05F17ECE500D2DC648</txt-record> <!--fingerprint and signature are generated using serval-dna-->
    <txt-record>signature=E07B1282AE1601C334CEA861DF795D57D00603BA00D97F382720F4146DDCD4427973D171C89BCA0EAAF1D72E9EF0DB2367CE07BBFFF6FF27FF01F1DFBEB65D0B</txt-record>
    <txt-record>icon=https://exampleapplication.com/icon.png</txt-record>
    <txt-record>description=Commotion is an open-source communication tool that uses mobile phones, computers, and other wireless devices to create decentralized mesh networks.</txt-record>
    <txt-record>lifetime=86400</txt-record>
    <txt-record>version=1.0</txt-record>
    
  </service>
</service-group>

Commotion Splash

luci-commotion-splash is an OpenWRT package that adds a LuCI web user interface for configuring the popular Nodogsplash captive portal.

Commotion Splash is selected as a default build option in Commotion-Router (https://github.com/opentechinstitute/commotion-router).

Changelog

7 May 2013: Release v1.0
29 Aug 2013: Release v1.1.1
28 Dec 2013: Release v1.2

Commotion Dashboard Helper

Scripts and configuration to send data to a bigboard gatherer, along with LuCI interface for configuration.

Commotion Dashboard Helper is selected as a default build option in Commotion-Router (https://github.com/opentechinstitute/commotion-router).

Commotion Debug Helper

Commotion Debug Helper is a LuCI based bug collector for users to quickly gather relevant data for OpenWRT router issues

Commotion Debug Helper is selected as a default build option in Commotion-Router (https://github.com/opentechinstitute/commotion-router).

Commotion Lua Helpers

A set of lua "helper" modules for Commotion packages.

Commotion Lua Helpers are selected as a default build option in Commotion-Router (https://github.com/opentechinstitute/commotion-router)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.