Giter VIP home page Giter VIP logo

ussdweb's Introduction

USSD Web Server

USSD Web Server is a simple web server that can interact with GSM cellular telephones and mobile applications. It aims to see the capacity of USSD to host data exchange between mobile applications that only has GSM signal.

USSD Web Server is the backend counterpart of the project and works in partner with USSD POC (Android) which connects to the provisioned USSD code for this POC.

Dependencies

NOTE: To receive data sent to your provisioned USSD code, ensure that the server that will host this application can exchange data between USSD gateway specified for the project.

  • Go (assured to run in go1.10)
    • Properly configured GOROOT and GOPATH to be automated
  • MySQL

Setup

  • Clone repo $> git clone https://github.com/eapesa/ussdweb.git

  • Configure GOROOT and GOPATH in your .bash_profile or .bashrc

NOTE: GOROOT is where your golang libraries are installed (e.g. /usr/local/opt/go/libexec for Mac OSX users). GOPATH is where your development directory is located.

  • Execute $> make install

  • Run application through $> make run

NOTE: To run the application in background, you may use screen

ussdweb's People

Contributors

eapesa 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.