Skip to content

abdurryy/Salti-CS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Salti CS

With one aim, "A bridge between you and the unreachable".

This project aims to develop a WiFi calling application that allows users to make phone calls over a WiFi network instead of traditional cellular networks. WiFi calling, also known as VoWiFi (Voice over WiFi), provides an alternative method for making phone calls in areas with weak or no cellular signal but a reliable WiFi connection.

Requirements

  • Python > v3.7
  • Node.js

Installation

$ git clone https://github.com/abdurryy/Salti-CS.git
# Installing the server requirements
$ cd server
$ python -m pip install -r requirements
$ python server.py
# Installing the client requirements
$ cd client
$ npm install node
$ node client

Documentation

This documentation is going to guide you through what you need to know about the project to be able to easily modify and use it for you own purposes and needs.

Server

  • UNFINISHED README.md