Project

General

Profile

Libsamsung-ril » History » Version 1

Paul Kocialkowski, 11/08/2011 09:34 AM

1 1 Paul Kocialkowski
= libsamsung-ipc =
2
3
libsamsung-ipc is a free implementation of the protocol to speak with modems found in most Samsung devices. It is the low-level library used to communicate with the modem and needs an upper-layer (RIL) to interface with the system.[[BR]]
4
libsamsung-ipc is shared between SHR and Replicant project. 
5
6
Source code is available under the GPLv3+ at: https://github.com/morphis/libsamsung-ipc (master branch).
7
8
== ipc-modemctrl ==
9
10
ipc-modemctrl is the tool that comes to test libsamsung-ipc. It currently implements basic functionalities (mostly SIM unlocking and network registration).
11
12
Usage:
13
{{{
14
usage: modemctrl <command>
15
commands:
16
	start                 bootstrap modem and start read loop
17
	power-on              power on the modem
18
	power-off             power off the modem
19
arguments:
20
	--debug               enable debug messages
21
	--pin=[PIN]           provide SIM card PIN
22
}}}