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
Denis Kenzior a371f46735
dundee: Fix out-of-order free
8 years ago
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 11 years ago
doc doc: Add AvailableTechnologies property 8 years ago
drivers atmodem: Add Cinterion quirk for signal strength 8 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: Introduce g_at_chat_get_userdata 8 years ago
gdbus gdbus: Close private connection if setup fails 8 years ago
gisi gisi: Remove includes of <glib/gtypes.h> 11 years ago
include include: Add sco_connected_hint to handsfree-audio 8 years ago
plugins udev: Add support for ehs6 name 8 years ago
src handsfree-audio: Call sco_connected_hint 8 years ago
test test: Add AvailableTechnologies to list-modems 8 years ago
tools stktest: Remove some unneeded output 9 years ago
unit unit: Add test to encode / decode 11 char TP-OA 8 years ago
.gitignore gitignore: Ignore file generated by Automake 1.13 10 years ago
.mailmap mailmap: Fix up Michael's name 11 years ago
AUTHORS AUTHORS: Mention Alex's contributions 8 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 1.16 8 years ago
HACKING HACKING: Add ofono.conf file copy command required 12 years ago
INSTALL Initial revision 14 years ago
Makefile.am tc65: Replace tc65 plugin with cinterion plugin 8 years ago
NEWS Initial revision 14 years ago
README README: add information about mailing list and site 11 years ago
TODO TODO: Mark BlueZ 5 support in dundee as done 10 years ago
acinclude.m4 build: Avoid warnings about _FORTIFY_SOURCE 9 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.16 8 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