ofono with local patches/modifications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Jonas Bonn 3beeff758d
treewide: Remove superfluous use of _GNU_SOURCE
5 years ago
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 11 years ago
doc doc: add support for 8 additional sms alphabets 5 years ago
drivers treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
dundee dundee: Fix out-of-order free 8 years ago
examples gprs-provision: Fix crash if no SPN present 11 years ago
gatchat gatchat: support for auth NONE 5 years ago
gdbus gdbus: Close private connection if setup fails 8 years ago
gisi treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
gril treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
include include: move auth_method and proto enumerations 5 years ago
plugins treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
src treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
test test: add support for new languages 5 years ago
tools build: Remove setup of thread support 5 years ago
unit treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
.gitignore unit: Add test-mbim 6 years ago
.mailmap mailmap: Fix up Michael's name 11 years ago
AUTHORS AUTHORS: Mention Nandini's contributions 5 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 1.25 5 years ago
HACKING HACKING: Update instructions with email address 7 years ago
INSTALL Initial revision 14 years ago
Makefile.am netmon: Added netmon driver for xmm7modem 5 years ago
NEWS Initial revision 14 years ago
README README: add information about mailing list and site 11 years ago
TODO TODO: Add DTMF batch hint task 7 years ago
acinclude.m4 build: Don't report format truncation as warnings 6 years ago
bootstrap bootstrap: autoconf must run before automake 13 years ago
bootstrap-configure build: Reorder default developer build options 10 years ago
configure.ac Release 1.25 5 years ago
ofono.pc.in build: Support for pkg-config 12 years ago

README

oFono - Open Source Telephony
*****************************

Copyright (C) 2008-2011  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile telephony stack you need following software packages:
	- GCC compiler
	- GLib library
	- D-Bus library

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
				--sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Kernel Dependencies
===================

In order to have the PPP stack working in oFono you need to enable CONFIG_TUN
(Universal TUN/TAP device driver support) in your kernel .config.

Information
===========

Mailing list:
	ofono@ofono.org

For additional information about the project visit oFono web site:
	http://www.ofono.org