-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
6 lines (6 loc) · 4.29 KB
/
params.json
1
2
3
4
5
6
{
"name": "Rootio.GitHub.io",
"tagline": "RootIO Documentation Site",
"body": "### Welcome to the RootIO Project.\r\nRootIO Radio stations are tiny FM radio stations that require little investment, maintenance, or contribution from the community, yet at the same time offer more and better modes of interaction than traditional stations. They are backed by a cloud service that connects the station with telephony and the Internet, allowing many new forms of interaction and information flows. After a few days of installation and training, stations can start to facilitate new economic opportunities, new opportunities for expression and deliberation, and provide information across, into, and out of the community they serve. Listeners just use the same FM radios they already use; if they have a feature (non-smart) phone they can interact with the station in a variety of ways. More general information can be found at our [public site](http://rootio.org).\r\n\r\n### Who is RootIO\r\nRootIO is a team of creative technologists from around the world who saw the continued importance of FM in much of the world, and wanted to make sure it received at least a fraction of the attention that apps, IOT, and the Kardashians get. We imagined Community Radio as a Service (CRaaS), and went about scaling a radio station down to the smallest size as we could imagine, a size which would allow a neighborhood or village to have a station without having to pour resources into it. We've been facilitating four stations in rural Uganda with reasonable success. @csik and @judelove founded the project.\r\n\r\n### How does it work?\r\nThe stations themselves are comprised of an android phone running our app, solar power, a radio tower, and an FM transmitter. There is no studio. This is backed up by 1) community and 2) a cloud service. The cloud service can grab podcasts and audio from around the Internet, push content to the stations via data, count SMS votes, etc. But it also is hooked into a telephony switch, which allows it to make or recieve calls. Together, this means that stations in rural areas with only GSM can still receive up-to-date audio content, emergency reports, or talk shows with callers.\r\n\r\n*A farmer who has lost their cow can call in an advertisement to play on the air.\r\n*An agricultural extension officer can communicate with all the farmers in their community.\r\n*Local high-school football games are announced live via phone from the sidelines.\r\n*Stations generate money for their local operations, making themselves sustainable.\r\n*The cost of participation is offset from local and cloud revenue, making it much more easy for the majority of the population to participate.\r\n\r\n### What's all this code?\r\nThe project is divided into three parts:\r\n+ _rootio_handset_ \r\nThis is the android code that runs on the station's phone. It is currently factored for a Samsung Pocket Galaxy, though we are probably upgrading to a Duos family phone in the near future. To keep development costs down we are assuming each station has one of these phones, chosen as some of the cheapest in the Subsaharan Africa market. This is a complex app that touches many, many of the subsystems on the phone, from telephony to power, data to storage. The station phones can synchronize their schedule with the cloud and exchange their status through an API with the web service. Built in Java.\r\n \r\n+ _rootio_web_\r\nThis is the web service that allows management of scheduling a station, viewing programs, etc. Station managers might look at this every once in a while, but it is essentially an admin interface to the cloud system. It shows real-time status of the phone network as well. Built in python on Flask.\r\n\r\n+ _station_telephony_\r\nThis is the telephony backend, where a software daemon lives for each station processing programming an interactions as a state machine, and also exchanges information with the telephony switch and possibly also telcos. Built in python on Freeswitch, communicating to the web service through ZMQ signals.\r\n\r\nWe are adding overall project documentation at on the wiki for this [page] (https://github.com/rootio/rootio.github.io/wiki)\r\n\r\n### Contribute\r\nPlease email [email protected] if you have any questions.",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}