Coder Social home page Coder Social logo

njiwa's Introduction

Njiwa - Open Source Embedded M2M UICC Remote Subscription Management Server

What Is It

Njiwa (Swahili for homing pigeon) is an implementation of the GSMA's Embedded SIM Remote Provisioning Manager for M2M devices. Because M2M devices are likely installed in remote or unreachable areas, the GSMA came up with with specifications to enable remote activation of network profiles (and other settings) on the SIMs in these devices. Please read through the this site to familiarise yourself with the GSMA Embedded SIM Architecture.

Status & Roadmap

The diagram below is taken from the GSMA specification. It shows the main elements in the embedded SIM ecosystem.

RSP Architecture Elements

Currently Njiwa implements the SM-DP and SM-SR in the above architecture.

Mostly these are feature complete as per the specifications. Please consult the issues list for more information on what's not quite done or needs improvement.

Our future plans (2019-2020) include the eUICC operating system implementation. We will publish detailed plans and specifications during the course of work.

System Requirements

Njiwa is a Java-based server Web Service. It has been developed and tested on JBOSS Wildfly v15.x, but should run well under your favourite Web Services container. The main requirements for developing with or running Njiwa are:

  • Java 8 (JDK/JRE 1.8) or better
  • A relational SQL database (we use PostgreSQL)
  • Redis is used for caching transactional data
  • Gradle is used as the build tool.

Getting Started

In order to build Njiwa after downloading the source:

  • Change to the folder build
  • Run gradle init if this is the first time you are performing a build
  • Run gradle war to build the WAR file. This will be placed in the sub-directory build/libs if all goes well.

Deploying the WAR file to Wildfly

If this the first time you are deploying the WAR file to Wildfly/JBOSS, you must create certain resources needed to run Njiwa. Take note of the Wildfly/JBOSS home directory, referred to as ${WILDFLYHOME} below.

  • If it does not exit, create the directory ${WILDFLYHOME}/modules/io/njiwa/main and copy the files njiwa.settings and modules.xml from the source sub-directory etc/wildfly into it. These files are respectively the module registration and the server settings (for now very minimalist).
  • Create a basic security domain called njiwa in Wildfly, with authorization policy set to PermitAll. Your security-domains configurations in the Wildfly XML configuration file should have an entry like this:
<security-domain name="njiwa" cache-type="default">
   <authorization>
     <policy-module code="PermitAll" flag="optional"/>
       </authorization>
</security-domain>

You may deploy the WAR file in the usual JBOSS/Wildfly manner (usually a matter of copying it to ${WILDFLYHOME}/standalone/deployments.

Getting Help, Helping Out, etc.

We welcome feedback, assistance, etc. Please use the issues tab on github to send any of these, or ping us directly at [email protected] - we'd love to hear from you.

Thank you!

njiwa's People

Contributors

bagyenda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.