Skip to content

Commit c03f7a1

Browse files
author
Kashif Ali
committed
Initial commit for OpenCellular project. This commit contains electronics, hardware, firmware, testing and manufacturing. Also include license files (for hardware and software), contributors, and a simple readme. Tower to the People.
1 parent 53def18 commit c03f7a1

620 files changed

Lines changed: 4479359 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTORS

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
Many have contributed to OpenCellular project in various capcacity.
2+
Following are some of the core engineering contributors. If you
3+
don't see your name and think you should be here, ping us.
4+
5+
Kashif Ali
6+
Ian Graham
7+
Emily McMilin
8+
Hong Gan
9+
Pete Worters
10+
David Hendricks
11+
Omar Ramadan
12+
Vishal Thakur
13+
Supreeth Sb
14+
Srinivas Sriram
15+
Rui Yang
16+
Kirk Burgess
17+
Vignesh Vishwanathan
18+
Samit Ashdhir
19+
Shreesha Nataraj
20+
Naveen S B
21+
Swapna Menga
22+
Sanjeev Ghildiyal
23+
Naveen Narasimhaiah
24+
Deepak Umapathi
25+
Anand P
26+
Mayuri Tendulkar
27+
Mohan Shanmuga Sundaram
28+
Samuthira Pandian
29+
Nandhakumar
30+
Rahul Ravi
31+
Swatee Shrivastava
32+
Joshua Jeyaraj
33+
Dinesh Raghuvanshi
34+
Sravasti Baisya
35+
Raghuram Josyam
36+
Satheesha G N
37+
Ben Kim
38+
David Bradley
39+
Jamie Yang
40+
Paridhi Gupta
41+
Jean-Francois Lacasse
42+
Sergey Kostanbaev
43+
Andrey Sviyazov
44+
Alexander Chemeris
45+
Jean-Dominique Gagnon
46+
Yves Godin
47+
Jean-Francois Dionnem
48+
Lei Hu
49+
William Laroche
50+
David Lacasse
51+
Messaoud Ahmed Ouameur
52+
Yannick Lebel

LICENSE-HARDWARE

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE-SOFTWARE

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
BSD License
2+
3+
For OpenCellular software
4+
5+
Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without modification,
8+
are permitted provided that the following conditions are met:
9+
10+
* Redistributions of source code must retain the above copyright notice, this
11+
list of conditions and the following disclaimer.
12+
13+
* Redistributions in binary form must reproduce the above copyright notice,
14+
this list of conditions and the following disclaimer in the documentation
15+
and/or other materials provided with the distribution.
16+
17+
* Neither the name Facebook nor the names of its contributors may be used to
18+
endorse or promote products derived from this software without specific
19+
prior written permission.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
22+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
25+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
27+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
28+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1-
# OpenCellular
2-
Open source cellular access project.
3-
Test2
1+
## Overview
2+
3+
OpenCellular (OC) is an open source platform with a focus on enabling rural
4+
connectivity. OC is an ecosystem of open source projects focusing on
5+
hardware, software, testing automation, manufacturing and building tools for
6+
ease of deployments and operations to bringing connectivity to people in rural
7+
areas around the world.
8+
9+
OpenCellular repo contains following:
10+
11+
Directory or File | Description
12+
--------- | -----------
13+
docs | Documentation
14+
electronics | Electronics files (bom, schematic, layout) for all OC products
15+
firmware | Firmware code including RTOS (OCWare) and bootloader
16+
hardware | CAD files for OC platform (Connect-1)
17+
manufacturing | Manufacturing related software/hardware, including MLT
18+
platform | OC products, e.g., OC-SDR, OC-LTE, OC-2G, OC-Power
19+
software | Software code for OC
20+
testing | Testing including DVT/PVT, environment and autotesting
21+
CONTRIBUTORS | List of contributors to the OC projects
22+
LICENSE-SOFTWARE | License file for firmware and software
23+
LICENSE-HARDWARE | License file for hardware and docs
24+
README.md | This file
25+
26+
## Questions:
27+
28+
OpenCellular@fb.com
29+
30+
## Join the OpenCellular community
31+
32+
* Website: oc.telecominfraproject.com
33+
* github: https://github.com/Telecominfraproject/OpenCellular
34+
* Project group: http://telecominfraproject.com/project/access-projects/opencellular-wireless-access-platform-design/
35+
* Mailing list:
36+
37+
## License
38+
39+
The software code in this repository is licensed under the BSD license, located
40+
in LICENSE-SOFTWARE. The following directories contain code licensed under
41+
this license:
42+
* firmware/
43+
* manufacturing/software/
44+
* testing/
45+
* software/
46+
47+
The hardware-related documentation in this repository is licensed under
48+
Creative Commons Attribution 4.0, located in LICENSE-HARDWARE. The following
49+
directories contain documentation licensed under this license:
50+
* docs/
51+
* electronics/
52+
* hardware/

docs/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docs available at https://github.com/Telecominfraproject/OpenCellular/wiki

0 commit comments

Comments
 (0)