How To Write A Freesmartphone.Org For Mobile Devices

Size: px
Start display at page:

Download "How To Write A Freesmartphone.Org For Mobile Devices"

Transcription

1 Freesmartphone. Freesmartphone. for mobile devices

2 Outline Freesmartphone.

3 Freesmartphone. Started when Openmoko was still in phone business driven since then Fits into the existing linux eco system Dbus as collaboration line

4 Current Status Freesmartphone. FSO 1.0 is mature enough for daily use Bug fix and maintenance mode Used mainly on the Openmoko phones Distributions like SHR, Paroli, Debian,...

5 Telephony Python example for sending an SMS bus = dbus.systembus() gsm_device_obj = bus.get_object(.freesmartphone.ogsmd, //freesmartphone/gsm/device ) sms_iface = dbus.interface(gsm_device_obj,.freesmartphone.gsm.sms ) sms_iface.sendmessage( 01234, "Yay, SMS", [] ) Freesmartphone.

6 Telephony Freesmartphone. Low Level API.freesmartphone.GSM.SIM SIM Card Access.freesmartphone.GSM.Network Network Access.freesmartphone.GSM.Call Voice and Data Calls.freesmartphone.GSM.SMS Short Message Service High Level API.freesmartphone.Phone.Call

7 Other Subsystems Freesmartphone. Device handling Resouce PM handling Preferences, Events, GPS, Time, PIM,... Connman, bluez used

8 Freesmartphone. FSO 2.0 Switch from python to vala Faster Standalone Services Re-think some APIs

9 Freesmartphone. Fully supported only Openmoko phones Partial Motorola Linux phones (OpenEZX) Future Palm Pre Maybe N900 (hardware required) Fully running linux kernel port needed

10 Freesmartphone. Driven by needs Biggest costumer is SHR Should be the base in the next Hackable:1 release Many small contributions, only a few bigger ones Join!

11 Freesmartphone. Slides are on the FOSS.IN website I am around the whole event Drop me a mail at Now go and hack!

Timo Müller NFC AND THE VEHICLE. TESTING THE LINUX NFC STACK. BMW Car IT GmbH

Timo Müller NFC AND THE VEHICLE. TESTING THE LINUX NFC STACK. BMW Car IT GmbH Timo Müller NFC AND THE VEHICLE. TESTING THE LINUX NFC STACK. BMW Car IT GmbH NEARD FIELD COMMUNICATION. WHAT IS IT? Easy connections, quick transactions, and simple data sharing. NFC-Forum.org Fast connection

More information

Stefan Schmidt. stefan@openezx.org. LinuxTag 2008-05-28

Stefan Schmidt. stefan@openezx.org. LinuxTag 2008-05-28 mobile mobile LinuxTag 2008-05-28 mobile has been selling Linux smart in Asia for a long time They started selling the A780 in Europe end of 2005. Unfortunately they stopped in 2006 In october 2005 Harald

More information

Building consumer products with open source

Building consumer products with open source Building consumer products with open source Ari Jaaksi, Nokia Introduction Nokia launched its first Linux and open source based product, the Nokia 770 Internet Tablet, and the www.maemo.org community web

More information

Operating Systems. Lecture 03. February 11, 2013

Operating Systems. Lecture 03. February 11, 2013 Operating Systems Lecture 03 February 11, 2013 Goals for Today Interrupts, traps and signals Hardware Protection System Calls Interrupts, Traps, and Signals The occurrence of an event is usually signaled

More information

Open Source Software Project Management A Case Study Red Hat Enterprise Linux. Bob Johnson, Red Hat

Open Source Software Project Management A Case Study Red Hat Enterprise Linux. Bob Johnson, Red Hat Open Source Software Project Management A Case Study Red Hat Enterprise Linux Bob Johnson, Red Hat Goals for this talk Red Hat Enterprise Development Model From the community perspective Red Hat Process

More information

Android: How To. Thanks. Aman Nijhawan

Android: How To. Thanks. Aman Nijhawan Android: How To. This is just a collection of useful information and tricks that I used during the time I was developing on the android ADP1. In some cases the information might be a little old and new

More information

A Review of Different Comparative Studies on Mobile Operating System

A Review of Different Comparative Studies on Mobile Operating System Research Journal of Applied Sciences, Engineering and Technology 7(12): 2578-2582, 2014 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2014 Submitted: August 30, 2013 Accepted: September

More information

A Survey of Existing Technologies, Applications, Products, and Services for Geofencing

A Survey of Existing Technologies, Applications, Products, and Services for Geofencing Report to the US Department of Transportation Research and Innovative Technology Administration A Survey of Existing Technologies, Applications, Products, and Services for Geofencing California PATH Program

More information

Leveraging Tizen IVI Platform for Realizing V2X Use Cases

Leveraging Tizen IVI Platform for Realizing V2X Use Cases Leveraging Tizen IVI Platform for Realizing V2X Use Cases Purnendu Sinha Tizen IVI Team Samsung R&D India, Bangalore Email: p.sinha@samsung.com Outline V2X Applications and their Requirements Use Cases

More information

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems

Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Mobile Devices and Systems Lesson 02 Handheld Pocket Computers and Mobile System Operating Systems Oxford University Press 2007. All rights reserved. 1 Handheld Pocket Computers Come in many manifestations

More information

Module Title: Software Development A: Mobile Application Development

Module Title: Software Development A: Mobile Application Development Module Title: Software Development A: Mobile Application Development Module Code: SDA SDA prerequisites: CT1, HS1, MS001, CA Award of BSc. In Information Technology The Bachelor of Science in Information

More information

Cloud Telephony Services in India

Cloud Telephony Services in India Cloud Telephony Services in India Customer Engagement and Experience with Cloud Telephony December 2014 Contents Section Slide Number Executive Summary 4 Market Overview 6 Market Trends 9 Impact of Cloud

More information

Current Software Platforms on Mobile Phone. Yun Chan Cho^ and Jae Wook Jeon^

Current Software Platforms on Mobile Phone. Yun Chan Cho^ and Jae Wook Jeon^ International Conference on Control, Automation and Systems 2007 Oct. 17-20, 2007 in COEX, Seoul, Korea Current Software Platforms on Mobile Phone Yun Chan Cho^ and Jae Wook Jeon^ ^ Department of Mobile

More information

OpenEmbedded for medical devices

OpenEmbedded for medical devices OpenEmbedded for medical devices Silvio Laurenti Stefano Cotta Ramusino 2013.07.08 Norms for medical devices Medical Devices Directive 93/42/EEC any

More information

PHP on the D-BUS. Welcome!

PHP on the D-BUS. Welcome! Welcome! PHP on the D-BUS International PHP Conference - Berlin, Germany Derick Rethans - derick@php.net - twitter: @derickr http://derickrethans.nl/talks.html About Me Derick Rethans Dutchman living in

More information

Carrier-grade VoIP platform with Kamailio at 1&1

Carrier-grade VoIP platform with Kamailio at 1&1 Carrier-grade VoIP platform with Kamailio at 1&1 Kamailio World, 17.04.2013 Henning Westerholt Head of IT Operations Internet Access & Communications 1&1 Internet AG 2011 1 About me Henning Westerholt

More information

PyMTL and Pydgin Tutorial. Python Frameworks for Highly Productive Computer Architecture Research

PyMTL and Pydgin Tutorial. Python Frameworks for Highly Productive Computer Architecture Research PyMTL and Pydgin Tutorial Python Frameworks for Highly Productive Computer Architecture Research Derek Lockhart, Berkin Ilbeyi, Christopher Batten Computer Systems Laboratory School of Electrical and Computer

More information

Mobile Operating Systems Lesson 07 Symbian OS

Mobile Operating Systems Lesson 07 Symbian OS Mobile Operating Systems Lesson 07 Symbian OS Oxford University Press 2007. All rights reserved. 1 Oxford University Press 2007. All rights reserved. 2 Symbian OS multi-modal communication support OS for

More information

Building Applications with Vision Media Servers

Building Applications with Vision Media Servers Building Applications with Vision Media Servers Getting Your Ideas to Market Fast David Asher Director, Product Management, Platform Solutions NMS at a Glance Founded in 1983, publicly traded since 1994

More information

WORLD DATA SERVICES. Overview

WORLD DATA SERVICES. Overview WORLD DATA SERVICES Overview Iridium Satellite LLC Rev. 1; June, 2001 IRIDIUM WORLD DATA SERVICES ----------------------------------------------------------------------- TABLE OF CONTENTS 1 Introduction

More information

Evolution of Smartphones And Android Operating System

Evolution of Smartphones And Android Operating System Evolution of Smartphones And Android Operating System Evolution of Smartphones Background First telephone call was made on March 10, 1876 by Alexander Graham Bell. After that Pager continues to dominate

More information

Application Framework: Apertis Hands-on 2016-04-28

Application Framework: Apertis Hands-on 2016-04-28 Application Framework: Apertis Hands-on 2016-04-28 Robert Bosch Car Multimedia GmbH Collabora Limited 2 Apertis Apertis Free and open source, GNU/Linux-based platform for infotainment in automotive vehicles

More information

pavlix@pavlix.net pavlix@pavlix.net

pavlix@pavlix.net pavlix@pavlix.net Evolution of Linux network management Developer Conference 2013, Brno http://data.pavlix.net/devconf/2013/ 1/27 Evolution of Linux released From: Dan Williams To: networkmanager-list

More information

Mobile Operating Systems Lesson 03 PalmOS Part 1

Mobile Operating Systems Lesson 03 PalmOS Part 1 Mobile Operating Systems Lesson 03 PalmOS Part 1 Oxford University Press 2007. All rights reserved. 1 PalmOS An OS for handheld devices Designed for highly efficient running of small productivity programs

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details System requirements and installation How to get it? 2 What is CC1? The CC1 system is a complete solution

More information

Solution for private cloud computing

Solution for private cloud computing The CC1 system Solution for private cloud computing 1 Outline What is CC1? Features Technical details Use cases By scientist By HEP experiment System requirements and installation How to get it? 2 What

More information

AUTOMOTIVE BLUETOOTH TELEPHONY.

AUTOMOTIVE BLUETOOTH TELEPHONY. Timo Müller, Mikel Astiz AUTOMOTIVE BLUETOOTH TELEPHONY. COMBINING BlueZ AND THE MODERN VEHICLE. AUTOMOTIVE BLUETOOTH TELEPHONY. WHY ARE WE DOING THIS? Building Open Source IVI Stack for Bluetooth Use

More information

Bluefruit LE Python Library

Bluefruit LE Python Library Bluefruit LE Python Library Created by Tony DiCola Last updated on 2015-08-18 07:40:09 PM EDT Guide Contents Guide Contents Overview Hardware Installation Mac OSX Linux & Raspberry Pi Library Installation

More information

SatTerm-G SOFTWARE MANUAL FOR A3LA-IG

SatTerm-G SOFTWARE MANUAL FOR A3LA-IG TN2004-70-V3.2 SatTerm-G SOFTWARE MANUAL FOR A3LA-IG Version 3.2 December 6, 2004 Copyright 2004 by NAL Research Corporation The specifications in this document are subject to change at NAL Research s

More information

Internationalization Programming for Mobile Applications

Internationalization Programming for Mobile Applications Roy Tetsuro Yokoyama Principal Globalization Engineer Motorola GTG 31 st International Unicode Conference October 17 th 2007 Agenda Introduction for Mobile devices Globalization for Mobile devices Localization

More information

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Brief introduction to IoTivity Software development challenges in embedded Yocto Project and how it addresses

More information

Tizen Architecture. Sunil Saxena, Intel Hobum (Vincent) Kwon, Samsung

Tizen Architecture. Sunil Saxena, Intel Hobum (Vincent) Kwon, Samsung Tizen Architecture Sunil Saxena, Intel Hobum (Vincent) Kwon, Samsung Agenda What is Tizen? Tizen Architecture Overview Tizen Core Services 2 What is Tizen? Tizen is a cross-architecture, open source software

More information

Open Network Linux A Network Operating System (NOS) for OCP

Open Network Linux A Network Operating System (NOS) for OCP Open Network Linux A Network Operating System (NOS) for OCP Rob Sherwood Big Switch Networks CTO Outline: Open Network Linux (ONL) What is ONL? Contributors and Community What does ONL provide? ONIE Compatible

More information

The Plan Today... System Calls and API's Basics of OS design Virtual Machines

The Plan Today... System Calls and API's Basics of OS design Virtual Machines System Calls + The Plan Today... System Calls and API's Basics of OS design Virtual Machines System Calls System programs interact with the OS (and ultimately hardware) through system calls. Called when

More information

prerequisites.ppt Page 1 of 14

prerequisites.ppt Page 1 of 14 This presentation will describe some of the basic prerequisites you must take into consideration when planning to setup a WebSphere Voice Response system. While not completely necessary, a basic familiarity

More information

Mobile Operating Systems. Week I

Mobile Operating Systems. Week I Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone

More information

Android Architecture. Alexandra Harrison & Jake Saxton

Android Architecture. Alexandra Harrison & Jake Saxton Android Architecture Alexandra Harrison & Jake Saxton Overview History of Android Architecture Five Layers Linux Kernel Android Runtime Libraries Application Framework Applications Summary History 2003

More information

OPEN NETWORK LINUX UPDATES. Rob Sherwood CTO, Big Switch Networks Open Compute Engineering Workshop: May, 2014

OPEN NETWORK LINUX UPDATES. Rob Sherwood CTO, Big Switch Networks Open Compute Engineering Workshop: May, 2014 OPEN NETWORK LINUX UPDATES Rob Sherwood CTO, Big Switch Networks Open Compute Engineering Workshop: May, 2014 OUTLINE Mo3va3on and Code Updates: Website New hardware support Going forward X86 Support:

More information

Achieving optimal scalability and voice quality in open source telephony. Konrad Hammel Software Engineer Sangoma Technologies

Achieving optimal scalability and voice quality in open source telephony. Konrad Hammel Software Engineer Sangoma Technologies Achieving optimal scalability and voice quality in open source telephony Konrad Hammel Software Engineer Sangoma Technologies WHAT IS THE SECRET TO SCALABILITY AND QUALITY? Achieving optimal scalability

More information

Android Environment Emulator

Android Environment Emulator Part 2-b Android Environment Emulator Victor Matos Cleveland State University Notes are based on: http://developer.android.com/index.html http://developer.android.com/guide/developing/tools/emulator.html

More information

Trusted computing applied in Open Power Linux

Trusted computing applied in Open Power Linux Trusted computing applied in Open Power Linux Qiuyin Mao, R&D Director Zhiqiang Tian, Senior BIOS Engineer Beijing Neu Cloud Oriental System Technology Co. Ltd. (NCO China) #OpenPOWERSummit Join the conversation

More information

How To Fix A Problem On A Safesos (Mozilla) On A Pc Or Mac Or Mac) On Pc Or Ipad (For Pc Or Pc) On Your Pc Or Laptop On A Mac Or Ipa (For Mac Or Pc

How To Fix A Problem On A Safesos (Mozilla) On A Pc Or Mac Or Mac) On Pc Or Ipad (For Pc Or Pc) On Your Pc Or Laptop On A Mac Or Ipa (For Mac Or Pc Firefox OS Support Welcome Pack Included in this pack: FFOS Overview What is FFOS? How can we help - Levels of support Level 1 Level 2 Level 3 Self Help Offline App What is FFOS? Firefox OS (sometimes

More information

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM Bern University of Applied Sciences Engineering and Information Technology Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM By Franz Meyer Version 1.0 February 2011 Virtualization Architecture

More information

VoIP Retail Solution. Retail Solution. Call Shop IP PBX. Calling Card Platform

VoIP Retail Solution. Retail Solution. Call Shop IP PBX. Calling Card Platform VoIP Retail Solution CallMax is a Linux-based modular VoIP retail platform. It is a multifunctional, scalable and reliable Class 5 Solution that supports various business models. IP PBX Retail Solution

More information

Intra SP Pooling Port Trial Home Page

Intra SP Pooling Port Trial Home Page Page 1 of 1 Intra SP Pooling Port Trial Home Page Guidelines (Under development) ISPPP Form 1B Survey Need Help? Search for: Start Search Reset 04/04/01 http://ported.com/isp/ 4/4/01 Number Pool Page 1

More information

SAFE HARBOR STATEMENT

SAFE HARBOR STATEMENT SAFE HARBOR STATEMENT The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Managed VoIP platform for delivering business class features to your clients. Deliver reliable Voice Over IP service without licensing costs

Managed VoIP platform for delivering business class features to your clients. Deliver reliable Voice Over IP service without licensing costs Managed VoIP platform for delivering business class features to your clients. Deliver reliable Voice Over IP service without licensing costs HOW TO BECOME A VOIP PROVIDER WITHOUT THE HEFTY COSTS? Start

More information

Intel Do-It-Yourself Challenge Lab 2: Intel Galileo s Linux side Nicolas Vailliet

Intel Do-It-Yourself Challenge Lab 2: Intel Galileo s Linux side Nicolas Vailliet Intel Do-It-Yourself Challenge Lab 2: Intel Galileo s Linux side Nicolas Vailliet www.intel-software-academic-program.com paul.guermonprez@intel.com Intel Software 2014-02-01 Prerequisites and objectives

More information

Application Note: Patton SmartNode VoIP Gateways for 3CX Phone System

Application Note: Patton SmartNode VoIP Gateways for 3CX Phone System Application Note: Patton SmartNode VoIP Gateways for 3CX Phone System Introduction In installing 3CX Phone System for Windows, you will likely need to integrate existing legacy telephony equipment, fax

More information

Development. SriSeshaa Technologies. Table of Contents

Development. SriSeshaa Technologies. Table of Contents SriSeshaa Technologies Development Table of Contents SriSeshaa Android Development... 2 Introduction to Android... 3 SriSeshaa Capabilities... 3 SriSeshaa Android Case Studies... 5 Privacy Guard... 5 Backup

More information

Mobile Communications

Mobile Communications October 21, 2009 Agenda Topic 2: Case Study: The GSM Network 1 GSM System General Architecture 2 GSM Access network. 3 Traffic Models for the Air interface 4 Models for the BSS design. 5 UMTS and the path

More information

Dialogic Diva V-1PRI, V-2PRI and V-4PRI (PCI/PCIe)

Dialogic Diva V-1PRI, V-2PRI and V-4PRI (PCI/PCIe) Dialogic Diva V-1PRI, V-2PRI and V-4PRI (PCI/PCIe) The Dialogic Diva V-1PRI ("Diva V-1PRI"), Dialogic Diva V-2PRI ("Diva V-2PRI") and Dialogic Diva V-4PRI ("Diva V-4PRI") boards are exceptionally powerful

More information

Intel DPDK Boosts Server Appliance Performance White Paper

Intel DPDK Boosts Server Appliance Performance White Paper Intel DPDK Boosts Server Appliance Performance Intel DPDK Boosts Server Appliance Performance Introduction As network speeds increase to 40G and above, both in the enterprise and data center, the bottlenecks

More information

Real-Time Systems Prof. Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Real-Time Systems Prof. Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Real-Time Systems Prof. Dr. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No. # 26 Real - Time POSIX. (Contd.) Ok Good morning, so let us get

More information

THAKSHASHILA R&D PRIVATE LIMITED COMPANY PROFILE

THAKSHASHILA R&D PRIVATE LIMITED COMPANY PROFILE THAKSHASHILA R&D PRIVATE LIMITED COMPANY PROFILE CONTACT ADDRESS: THAKSHASHILA R&D PRIVATE LMITED, MC 50, MUMMY S COLONY, KOWDIAR P.O. THIRUVANANTHAPURAM PIN: 695003 EMAIL: sales@thakshashila.in PH: +91

More information

Replugging the Modern Desktop

Replugging the Modern Desktop Replugging the Modern Desktop Kay Sievers David Zeuthen Linux Plumbers Conference Portland, OR, Sept 2009 History Back in the day /sbin/hotplug, scan entire /dev,

More information

About Me. Derick Rethans

About Me. Derick Rethans Welcome! PHP Inside International PHP Conference Spring - Berlin, Germany Derick Rethans - derick@php.net - twitter: @derickr http://derickrethans.nl/talks.html About Me Derick Rethans Dutchman living

More information

Smart Home Automation

Smart Home Automation Smart Home Automation with Linux and Raspberry Pi Steven Goodwin Apress* Contents J About the Author About the Technical Reviewers Acknowledgments Introduction xv xvii xix xxi Chapter 1: Appliance Control:

More information

New Obvious and Obscure MikroTik RouterOS v5 features. Budapest, Hungary MUM Europe 2011

New Obvious and Obscure MikroTik RouterOS v5 features. Budapest, Hungary MUM Europe 2011 New Obvious and Obscure MikroTik RouterOS v5 features Budapest, Hungary MUM Europe 2011 1 Good News Everyone!!! RouterOS v5.0 full release is almost here!!! (there is still chance to delay it by reporting

More information

The 2014 Bottleneck Report on Enterprise Mobile

The 2014 Bottleneck Report on Enterprise Mobile The 2014 Bottleneck Report on Enterprise Mobile What s the big bottleneck for enterprise mobile app development this year, and how do you get past it? 1 / 32 The 2014 Bottleneck Report on Enterprise Mobile

More information

VoIP-PSTN Interoperability by Asterisk and SS7 Signalling

VoIP-PSTN Interoperability by Asterisk and SS7 Signalling VoIP-PSTN Interoperability by Asterisk and SS7 Signalling Jan Rudinsky CESNET, z. s. p. o. Zikova 4, 160 00 Praha 6, Czech Republic rudinsky@cesnet.cz Abstract. PSTN, the world's circuit-switched network,

More information

Lecture 1 Introduction to Android

Lecture 1 Introduction to Android These slides are by Dr. Jaerock Kwon at. The original URL is http://kettering.jrkwon.com/sites/default/files/2011-2/ce-491/lecture/alecture-01.pdf so please use that instead of pointing to this local copy

More information

A web-based GPS/Location Tracking Service. It allow you to track your mobile vehicles, assets, people and even animals.

A web-based GPS/Location Tracking Service. It allow you to track your mobile vehicles, assets, people and even animals. A web-based GPS/Location Tracking Service. It allow you to track your mobile vehicles, assets, people and even animals. This Software & Service developed by Blinknet. Technology components: GPS Integrated

More information

How To Use A Femtocell (Hbn) On A Cell Phone (Hbt) On An Ipad Or Ipad (Hnt) On Your Cell Phone On A Sim Card (For Kids) On The Ipad/Iph

How To Use A Femtocell (Hbn) On A Cell Phone (Hbt) On An Ipad Or Ipad (Hnt) On Your Cell Phone On A Sim Card (For Kids) On The Ipad/Iph . Femtocell: Femtostep to the Holy Grail... Ravishankar Borgaonkar, Kévin Redon.. Technische Universität Berlin, SecT ravii/kredon@sec.t-labs.tu-berlin.de TROOPERS 2011, 30 March 2011 3G/UMTS femtocells

More information

Introduction to Tizen and Tizen Mobile Architecture. Seokjae Jeong, Samsung Electronics

Introduction to Tizen and Tizen Mobile Architecture. Seokjae Jeong, Samsung Electronics Introduction to Tizen and Tizen Mobile Architecture Seokjae Jeong, Samsung Electronics Agenda Tizen Introduction Tizen Architecture Overview Tizen Core Services 2 3 Tizen Introduction What is Tizen*? (Pronounced

More information

Perfmon2: A leap forward in Performance Monitoring

Perfmon2: A leap forward in Performance Monitoring Perfmon2: A leap forward in Performance Monitoring Sverre Jarp, Ryszard Jurga, Andrzej Nowak CERN, Geneva, Switzerland Sverre.Jarp@cern.ch Abstract. This paper describes the software component, perfmon2,

More information

Open Source Solution for IVI: Tizen IVI. Brett Branch Tizen IVI Product Marketing

Open Source Solution for IVI: Tizen IVI. Brett Branch Tizen IVI Product Marketing Open Source Solution for IVI: Tizen IVI Brett Branch Tizen IVI Product Marketing Agenda The Connected Car ecosystem Connected Car Usages what drives us? Key Requirements Tizen in Automotive Open Standards

More information

Kernel comparison of OpenSolaris, Windows Vista and. Linux 2.6

Kernel comparison of OpenSolaris, Windows Vista and. Linux 2.6 Kernel comparison of OpenSolaris, Windows Vista and Linux 2.6 The idea of writing this paper is evoked by Max Bruning's view on Solaris, BSD and Linux. The comparison of advantages and disadvantages among

More information

Release Notes. NCP Secure Enterprise HA Server. 1. New Features and Enhancements. Service Release 3.03 Build 011 (Linux 32/64) October 2012

Release Notes. NCP Secure Enterprise HA Server. 1. New Features and Enhancements. Service Release 3.03 Build 011 (Linux 32/64) October 2012 NCP Secure Enterprise HA Server Service Release 3.03 Build 011 (Linux 32/64) October 2012 Prerequisites NCP Secure Enterprise VPN Server for Linux in HA Environments If the Linux VPN Server (version 8.10)

More information

Steve Ballmer's letter to customers on Linux. Novell's response

Steve Ballmer's letter to customers on Linux. Novell's response Steve Ballmer's letter to customers on Linux Novell's response The following comments follow the flow of Mr. Ballmer's letter. Not surprisingly, the points made by Mr. Ballmer leverage only those statements

More information

Extending Tizen Native Framework with Node.js

Extending Tizen Native Framework with Node.js Extending Tizen Native Framework with Node.js Nishant Deshpande Hyunju Shin Ph.D. Samsung Electronics Contents Native or Web? Why JavaScript, Node.js? Proposed Architecture Sample Applications Going Forward

More information

State of the GStreamer Project. Jan Schmidt. Centricular Ltd jan@centricular.com

State of the GStreamer Project. Jan Schmidt. Centricular Ltd jan@centricular.com State of the GStreamer Project Jan Schmidt Centricular Ltd jan@centricular.com Who am I? GStreamer developer since 2003 Director & Engineer with Centricular Ltd Introduction I work here for Introduction

More information

VoIP support on Qtopia. Vladimir Minenko, Ph.D.

VoIP support on Qtopia. Vladimir Minenko, Ph.D. VoIP support on Qtopia Vladimir Minenko, Ph.D. 08 07 TABLE OF CONTENTS 1 Introduction 2 Qtopia 3 Telephony in Qtopia 4 VoIP general things 5 Current status 6 What is coming 7 Resources and Links INTRODUCTION

More information

B-10: Wireshark vs. The Cloud Thursday June 17, 2010. 10:45am -12:15pm

B-10: Wireshark vs. The Cloud Thursday June 17, 2010. 10:45am -12:15pm B-10: Wireshark vs. The Cloud Thursday June 17, 2010. 10:45am -12:15pm Jasper Bongertz Senior Technical Consultant Synerity Systems / Fast Lane GmbH SHARKFEST 10 Stanford University June 14-17, 2010 Physical

More information

Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink

Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink Track One Building a connected home automation device with the Digi ConnectCore Wi-i.MX51 using LinuxLink Session 1 Assembling and booting a small footprint Linux platform To join the teleconference -------------------------------------------------------

More information

RCL: Software Prototype

RCL: Software Prototype Business Continuity as a Service ICT FP7-609828 RCL: Software Prototype D3.2.1 June 2014 Document Information Scheduled delivery 30.06.2014 Actual delivery 30.06.2014 Version 1.0 Responsible Partner IBM

More information

Flash and Python. Dynamic Object oriented Rapid development. Flash and Python. Dave Thompson

Flash and Python. Dynamic Object oriented Rapid development. Flash and Python. Dave Thompson Dynamic Object oriented Rapid development 1 What is Flash? Byte code is interpreted by VM in Flash Player Actionscript code is compiled to byte code AS2 Flash Player 7+, Flash Player Lite AS3 Flash Player

More information

VoIP Intercom with Allworx 6x Server Setup Guide

VoIP Intercom with Allworx 6x Server Setup Guide VoIP Intercom with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup diagram

More information

Optimizing Linux Performance

Optimizing Linux Performance Optimizing Linux Performance Why is Performance Important Regular desktop user Not everyone has the latest hardware Waiting for an application to open Application not responding Memory errors Extra kernel

More information

Overview of Operating Systems Instructor: Dr. Tongping Liu

Overview of Operating Systems Instructor: Dr. Tongping Liu Overview of Operating Systems Instructor: Dr. Tongping Liu Thank Dr. Dakai Zhu and Dr. Palden Lama for providing their slides. 1 Lecture Outline Operating System: what is it? Evolution of Computer Systems

More information

Linux on Soho-Router

Linux on Soho-Router Linux on Soho-Router Linux on Linksys, Netgear und D-Link by Jens Kühnel freelance linuxtrainer (SuSE and RedHat certified.) bookauthor of Samba3 - Wanderer zwischen den Welten Topic Introduction Linksys

More information

LinuxCon Europe 2013. Cloud Monitoring and Distribution Bug Reporting with Live Streaming and Snapshots. mathieu.desnoyers@efficios.

LinuxCon Europe 2013. Cloud Monitoring and Distribution Bug Reporting with Live Streaming and Snapshots. mathieu.desnoyers@efficios. LinuxCon Europe 2013 Cloud Monitoring and Distribution Bug Reporting with Live Streaming and Snapshots mathieu.desnoyers@efficios.com 1 Presenter Mathieu Desnoyers http://www.efficios.com Author/Maintainer

More information

CARRIER GRADE TECHNOLOGY FOR ENTREPRENEURS. DELIVER RELIABLE VOICE OVER IP SERVICE WITHOUT HEFTY LICENSING COSTS.

CARRIER GRADE TECHNOLOGY FOR ENTREPRENEURS. DELIVER RELIABLE VOICE OVER IP SERVICE WITHOUT HEFTY LICENSING COSTS. 2015 CARRIER GRADE TECHNOLOGY FOR ENTREPRENEURS. DELIVER RELIABLE VOICE OVER IP SERVICE WITHOUT HEFTY LICENSING COSTS. 01010101 10101010 01010101 10101010 01010101 10101010 01010101 HOW TO BECOME A CLOUD

More information

Red Hat Cluster Suite

Red Hat Cluster Suite Red Hat Cluster Suite HP User Society / DECUS 17. Mai 2006 Joachim Schröder Red Hat GmbH Two Key Industry Trends Clustering (scale-out) is happening 20% of all servers shipped will be clustered by 2006.

More information

Autorità per le garanzie nelle comunicazioni

Autorità per le garanzie nelle comunicazioni Autorità per le garanzie nelle comunicazioni Quarterly Telecommunication Markets Observatory (*) - Updated to 30 September 2013 - (*) Data provided by operators and elaborated by Agcom. - 1 - Index Focus

More information

S t r o n a 1 Nauki ścisłe priorytetem społeczeństwa opartego na wiedzy Artykuły na platformę CMS

S t r o n a 1 Nauki ścisłe priorytetem społeczeństwa opartego na wiedzy Artykuły na platformę CMS S t r o n a 1 Introduction This article is informative, it is routed to the secondary school students - can be a reminder of issues raised in middle school. Texts and multimedia materials are to encourage

More information

Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide

Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide Copyright 2008 Mobile Application Development 100 Success Secrets

More information

Bring Your Own Device Bring Your Own Data? Thursday 10th April 2014 Dai Davis Solicitor and Chartered Engineer Partner, Percy Crow Davis & Co

Bring Your Own Device Bring Your Own Data? Thursday 10th April 2014 Dai Davis Solicitor and Chartered Engineer Partner, Percy Crow Davis & Co Bring Your Own Device Bring Your Own Data? Thursday 10th April 2014 Dai Davis Solicitor and Chartered Engineer Partner, Percy Crow Davis & Co Tel: 07785 771 721 E-mail: mail@daidavis.com Overview BYOD

More information

How To Understand The Architecture Of An Ulteo Virtual Desktop Server Farm

How To Understand The Architecture Of An Ulteo Virtual Desktop Server Farm ULTEO OPEN VIRTUAL DESKTOP V4.0.2 ARCHITECTURE OVERVIEW Contents 1 Introduction 2 2 Servers Roles 3 2.1 Session Manager................................. 3 2.2 Application Server................................

More information

CSE597a - Cell Phone OS Security. Cellphone Hardware. William Enck Prof. Patrick McDaniel

CSE597a - Cell Phone OS Security. Cellphone Hardware. William Enck Prof. Patrick McDaniel CSE597a - Cell Phone OS Security Cellphone Hardware William Enck Prof. Patrick McDaniel CSE597a - Cellular Phone Operating Systems Security - Spring 2009 - Instructors McDaniel and Enck 1 2 Embedded Systems

More information

V2 Paging Amplifier PingTone Server Setup Guide

V2 Paging Amplifier PingTone Server Setup Guide The IP Endpoint Company V2 Paging Amplifier PingTone Server Setup Guide CyberData Corporation 3 Justin Court Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure

More information

Kernel Testing: Tool and Techniques. Matt Porter Texas Instruments 21 February 2013

Kernel Testing: Tool and Techniques. Matt Porter Texas Instruments 21 February 2013 Kernel Testing: Tool and Techniques Matt Porter Texas Instruments 21 February 2013 Overview Why? Frameworks Lab Tools Tools Techniques (or Test Cases) What Else? It's a BOF! This is an interactive session

More information

Enterprise Managed PBX Telephony

Enterprise Managed PBX Telephony Office of Information Technology Services Service Level Agreement Enterprise Managed PBX Telephony December 17, 2013 v2.1 Service Description Enterprise Managed PBX Telephony Service Description The Enterprise

More information

Programming Mobile Apps with Python

Programming Mobile Apps with Python Programming Mobile Apps with Python Andreas Schreiber EuroPython 2012, Florence, Italy (July 3, 2012) Medando Mobile Health Apps Slide 2 My Blood Pressure Slide 3 Overview

More information

Understanding Android s Security Framework

Understanding Android s Security Framework Understanding Android s Security Framework William Enck and Patrick McDaniel Tutorial October 2008 Systems and Internet Infrastructure Security Laboratory (SIIS) 1 2 Telecommunications Nets. The telecommunications

More information

Mentor Embedded IVI Solutions

Mentor Embedded IVI Solutions Mentor Embedded IVI Solutions Infotainment Instrument Cluster Andrew Patterson andrew_patterson@mentor.com Business Development Director Automotive Embedded Software mentor.com/embedded Android is a trademark

More information

GPS/GSM/ GPRS/ Web Based Real Time Vehicle Tracking System RFP

GPS/GSM/ GPRS/ Web Based Real Time Vehicle Tracking System RFP Introduction We are looking for a web based real time vehicle tracking software system to be used with all popular GPS/GSM/GPRS based tracking devices. We intend to provide GPS Tracking/ fleet management

More information

Open Network Linux. A Path to an Open Source Network OS. Rob Sherwood Big Switch Networks CTO

Open Network Linux. A Path to an Open Source Network OS. Rob Sherwood Big Switch Networks CTO Open Network Linux A Path to an Open Source Network OS Rob Sherwood Big Switch Networks CTO Outline: Open Network Linux (ONL) Context: What is ONL? Network OS Architecture View What does ONL provide? ONIE

More information

Product Overview & Quick Start Guide

Product Overview & Quick Start Guide Product Overview & Quick Start Guide Table of Contents Dynamics CRM CloudCall Plugin Overview 2 Company Overview 2 Product Overview 2 How to order CloudCall Click 3 Product Screenshots and descriptions

More information

Operating Systems. Notice that, before you can run programs that you write in JavaScript, you need to jump through a few hoops first

Operating Systems. Notice that, before you can run programs that you write in JavaScript, you need to jump through a few hoops first Operating Systems Notice that, before you can run programs that you write in JavaScript, you need to jump through a few hoops first JavaScript interpreter Web browser menu / icon / dock??? login??? CPU,

More information