From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 2 20:09:23 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AFD5994 for ; Sun, 2 Nov 2014 20:09:23 +0000 (UTC) Received: from asp.reflexion.net (outbound-243.asp.reflexion.net [69.84.129.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 880B0E56 for ; Sun, 2 Nov 2014 20:09:22 +0000 (UTC) Received: (qmail 3438 invoked from network); 2 Nov 2014 20:09:15 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 2 Nov 2014 20:09:15 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.30.7) with SMTP; Sun, 02 Nov 2014 15:09:15 -0500 (EST) Received: (qmail 23645 invoked from network); 2 Nov 2014 20:09:15 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (DHE-RSA-AES256-SHA encrypted) SMTP; 2 Nov 2014 20:09:15 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.8] (c-98-246-178-138.hsd1.or.comcast.net [98.246.178.138]) by iron2.pdx.net (Postfix) with ESMTPSA id 992671C4061; Sun, 2 Nov 2014 12:09:10 -0800 (PST) From: Mark Millard Subject: powerpc64 vs. Mesa-10.3.2: .libs/libmesa.a(builtin_functions.o)(.text+???): sibling call optimization to `_???' (various) does not allow automatic multiple TOCs Date: Sun, 2 Nov 2014 12:09:13 -0800 Message-Id: <5D05A4D0-ED6B-4153-A133-572FC3E0A56F@dsl-only.net> To: FreeBSD PowerPC ML , freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: =?iso-8859-1?Q?Jean-S=E9bastien_P=E9dron?= X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 20:09:23 -0000 Context: powerpc64/GENERIC64 variant. I list the details at the end of = this note, including for "svnlite info /usr/ports" but it is recently = svnlite update'd. graphics/dri complained a lot about "automatic multiple TOCs" and = reported needing to recompile with -minimal-toc or = -fno-optimize-sibling-calls or to declare such things extern in = work/Mesa-10.3.2/src/mesa/drivers/dri/ : CXXLD mesa_dri_drivers.la /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x18e0): = sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow = automatic multiple TOCs; recompile with -mminimal-toc or = -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x195c): = sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow = automatic multiple TOCs; recompile with -mminimal-toc or = -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern ... (It is a long list of these.) /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x175b0): = sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow = automatic multiple TOCs; recompile with -mminimal-toc or = -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x17600): = sibling call optimization to = `_ZN11ir_function13add_signatureEP21ir_function_signature' does not = allow automatic multiple TOCs; recompile with -mminimal-toc or = -fno-optimize-sibling-calls, or make = `_ZN11ir_function13add_signatureEP21ir_function_signature' extern /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x26c14): = sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow = automatic multiple TOCs; recompile with -mminimal-toc or = -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern /usr/bin/ld: final link failed: Bad value Makefile:632: recipe for target 'mesa_dri_drivers.la' failed gmake[7]: *** [mesa_dri_drivers.la] Error 1 gmake[7]: Leaving directory = '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa/drive= rs/dri' Makefile:718: recipe for target 'all-recursive' failed gmake[6]: *** [all-recursive] Error 1 gmake[6]: Leaving directory = '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa/drive= rs/dri' Makefile:3967: recipe for target 'all-recursive' failed gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory = '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa' Makefile:1401: recipe for target 'all' failed gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory = '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa' Makefile:518: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory = '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src' Makefile:585: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory = '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2' =3D=3D=3D> Compilation failed unexpectedly. Context details: root@FBSDG5M1:~/fbsd_rebuild_materials # uname -a FreeBSD FBSDG5M1 10.1-RC4 FreeBSD 10.1-RC4 #101 r273955M: Sat Nov 1 = 19:50:42 PDT 2014 root@FBSDG5M1:/usr/obj/usr/src/sys/GENERIC64 = powerpc root@FBSDG5M1:~/fbsd_rebuild_materials # svnlite info /usr/src Path: /usr/src Working Copy Root Path: /usr/src URL: https://svn0.us-west.freebsd.org/base/releng/10.1 Relative URL: ^/releng/10.1 Repository Root: https://svn0.us-west.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 273955 Node Kind: directory Schedule: normal Last Changed Author: gjb Last Changed Rev: 273874 Last Changed Date: 2014-10-30 15:21:12 -0700 (Thu, 30 Oct 2014) root@FBSDG5M1:~/fbsd_rebuild_materials # svnlite info /usr/ports Path: /usr/ports Working Copy Root Path: /usr/ports URL: https://svn0.us-west.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn0.us-west.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 372060 Node Kind: directory Schedule: normal Last Changed Author: madpilot Last Changed Rev: 372060 Last Changed Date: 2014-11-02 01:44:01 -0800 (Sun, 02 Nov 2014) root@FBSDG5M1:~/fbsd_rebuild_materials # svnlite status /usr/src/sys M /usr/src/sys/ddb/db_main.c M /usr/src/sys/ddb/db_script.c M /usr/src/sys/powerpc/conf/GENERIC64 M /usr/src/sys/powerpc/ofw/ofw_machdep.c M /usr/src/sys/powerpc/ofw/ofwcall64.S /usr/src/sys/powerpc/conf/GENERIC64 root@FBSDG5M1:~/fbsd_rebuild_materials # svnlite diff = /usr/src/sys/powerpc/conf/GENERIC64 Index: /usr/src/sys/powerpc/conf/GENERIC64 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- /usr/src/sys/powerpc/conf/GENERIC64 (revision 273955) +++ /usr/src/sys/powerpc/conf/GENERIC64 (working copy) @@ -28,7 +28,7 @@ =20 # Platform support options POWERMAC #NewWorld Apple PowerMacs -options PS3 #Sony Playstation 3 +#options PS3 #Sony Playstation 3 = HACK!!! to allow sc options MAMBO #IBM Mambo Full System Simulator options PSERIES #PAPR-compliant systems (e.g. = IBM p) =20 @@ -76,6 +76,12 @@ # Debugging support. Always need this: options KDB # Enable kernel debugger = support. options KDB_TRACE # Print a stack trace for a = panic. +options DDB # HACK!!! to dump early crash = info +options GDB # HACK!!! ... +#options KTR +#options KTR_MASK=3DKTR_TRAP +#options KTR_CPUMASK=3D0xF +#options KTR_VERBOSE =20 # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor = Kernel @@ -115,6 +121,14 @@ device vt # Core console driver device kbdmux =20 +# HACK!!! to allow sc for 2560x1440 display on Radeon X1950 that vt = mishandled +# syscons is a console driver, resembling an SCO console +device sc +#device kbdmux # HACK: already listed by vt +options SC_OFWFB # OFW frame buffer +options SC_DFLT_FONT # compile font in +makeoptions SC_DFLT_FONT=3Dcp437 + # Serial (COM) ports device scc device uart root@FBSDG5M1:~/fbsd_rebuild_materials # more /etc/make.conf WITH_DEBUG_FILES=3D WITHOUT_CLANG=3D WRKDIRPREFIX=3D/usr/obj/portswork WITH_DEBUG=3D (Note: WITHOUT_CLANG is just because last I tried clang would not build = for WITH_DEBUG. And powerpc64/GENERIC64 does not use clang for = buildworld/buildkernel yet.) =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 2 23:38:27 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFE4F6D4; Sun, 2 Nov 2014 23:38:26 +0000 (UTC) Received: from fep15.mx.upcmail.net (fep15.mx.upcmail.net [62.179.121.35]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFDE3FF; Sun, 2 Nov 2014 23:38:25 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep15-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20141102233818.YUGZ8041.viefep15-int.chello.at@edge03.upcmail.net>; Mon, 3 Nov 2014 00:38:18 +0100 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id AneF1p0152Rg3Ey01neF1l; Mon, 03 Nov 2014 00:38:17 +0100 X-SourceIP: 178.84.134.112 Message-ID: <5456C06A.2030904@rainbow-runner.nl> Date: Mon, 03 Nov 2014 00:38:18 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Mark Millard , FreeBSD PowerPC ML , freebsd-ports@freebsd.org Subject: Re: powerpc64 vs. Mesa-10.3.2: .libs/libmesa.a(builtin_functions.o)(.text+???): sibling call optimization to `_???' (various) does not allow automatic multiple TOCs References: <5D05A4D0-ED6B-4153-A133-572FC3E0A56F@dsl-only.net> In-Reply-To: <5D05A4D0-ED6B-4153-A133-572FC3E0A56F@dsl-only.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 23:38:27 -0000 On 2-11-2014 21:09, Mark Millard wrote: > Context: powerpc64/GENERIC64 variant. I list the details at the end of this note, including for "svnlite info /usr/ports" but it is recently svnlite update'd. > > graphics/dri complained a lot about "automatic multiple TOCs" and reported needing to recompile with -minimal-toc or -fno-optimize-sibling-calls or to declare such things extern in work/Mesa-10.3.2/src/mesa/drivers/dri/ : > > CXXLD mesa_dri_drivers.la > /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x18e0): sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern > /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x195c): sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern > ... (It is a long list of these.) > /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x175b0): sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern > /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x17600): sibling call optimization to `_ZN11ir_function13add_signatureEP21ir_function_signature' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN11ir_function13add_signatureEP21ir_function_signature' extern > /usr/bin/ld: ../../.libs/libmesa.a(builtin_functions.o)(.text+0x26c14): sibling call optimization to `_ZN9exec_nodenwEmPv' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN9exec_nodenwEmPv' extern > /usr/bin/ld: final link failed: Bad value > Makefile:632: recipe for target 'mesa_dri_drivers.la' failed > gmake[7]: *** [mesa_dri_drivers.la] Error 1 > gmake[7]: Leaving directory '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa/drivers/dri' > Makefile:718: recipe for target 'all-recursive' failed > gmake[6]: *** [all-recursive] Error 1 > gmake[6]: Leaving directory '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa/drivers/dri' > Makefile:3967: recipe for target 'all-recursive' failed > gmake[5]: *** [all-recursive] Error 1 > gmake[5]: Leaving directory '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa' > Makefile:1401: recipe for target 'all' failed > gmake[4]: *** [all] Error 2 > gmake[4]: Leaving directory '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src/mesa' > Makefile:518: recipe for target 'all-recursive' failed > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2/src' > Makefile:585: recipe for target 'all-recursive' failed > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory '/usr/obj/portswork/usr/ports/graphics/dri/work/Mesa-10.3.2' > ===> Compilation failed unexpectedly. > > Can you try the following patch? We have the same fix in webkit-gtk3, so this might work for you. https://people.freebsd.org/~kwm/mesa-powerpc64.diff -Koop From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 2 23:53:28 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66CDC7EB for ; Sun, 2 Nov 2014 23:53:28 +0000 (UTC) Received: from asp.reflexion.net (outbound-243.asp.reflexion.net [69.84.129.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0BE796 for ; Sun, 2 Nov 2014 23:53:27 +0000 (UTC) Received: (qmail 5953 invoked from network); 2 Nov 2014 23:53:25 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 2 Nov 2014 23:53:25 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.30.7) with SMTP; Sun, 02 Nov 2014 18:53:25 -0500 (EST) Received: (qmail 8564 invoked from network); 2 Nov 2014 23:53:25 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (DHE-RSA-AES256-SHA encrypted) SMTP; 2 Nov 2014 23:53:25 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.8] (c-98-246-178-138.hsd1.or.comcast.net [98.246.178.138]) by iron2.pdx.net (Postfix) with ESMTPSA id CE7001C405E; Sun, 2 Nov 2014 15:53:19 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: powerpc64 vs. Mesa-10.3.2: .libs/libmesa.a(builtin_functions.o)(.text+???): sibling call optimization to `_???' (various) does not allow automatic multiple TOCs From: Mark Millard In-Reply-To: <5456C06A.2030904@rainbow-runner.nl> Date: Sun, 2 Nov 2014 15:53:24 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <4451559F-46D9-41BE-ABDE-552EC33AFD24@dsl-only.net> References: <5D05A4D0-ED6B-4153-A133-572FC3E0A56F@dsl-only.net> <5456C06A.2030904@rainbow-runner.nl> To: Koop Mast X-Mailer: Apple Mail (2.1878.6) Cc: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= , freebsd-ports@freebsd.org, FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 23:53:28 -0000 Thanks much. It may be a while before I get back to try this: I'm trying to build a = powerpc64/GENERIC64 11.0 kernel variant for an experiment for someone = and the PowerMac is busy doing that right now. =3D=3D=3D Mark Millard markmi at dsl-only.net On Nov 2, 2014, at 3:38 PM, Koop Mast wrote: > Can you try the following patch? We have the same fix in webkit-gtk3, = so this might work for you. > https://people.freebsd.org/~kwm/mesa-powerpc64.diff >=20 > -Koop From owner-freebsd-ppc@FreeBSD.ORG Mon Nov 3 22:09:20 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64C77393 for ; Mon, 3 Nov 2014 22:09:20 +0000 (UTC) Received: from mailer220.gate190.sl.smtp.com (mailer220.gate190.sl.smtp.com [192.40.190.220]) by mx1.freebsd.org (Postfix) with ESMTP id 0028B19A for ; Mon, 3 Nov 2014 22:09:19 +0000 (UTC) X-MSFBL: ZnJlZWJzZC1wcGNAZnJlZWJzZC5vcmdAMTkyXzQwXzE5MF8yMjBAU25zdGVsZWNv bV9kZWRpY2F0ZWRfcG9vbEA= DKIM-Signature: v=1; a=rsa-sha256; d=smtp.com; s=smtpcomcustomers; c=relaxed/simple; q=dns/txt; i=@smtp.com; t=1415051352; h=From:Subject:To:Date:MIME-Version:Content-Type; bh=1vWzDvI2nSkiLZ487idKtO+QQlAyOS4yh5OvBCKwYcE=; b=KLXNCXrK/Ocl2J0uAIk8B6rPqX6bNTHD8yCs6xQ29Qb3LMVrAl8EpXkVITMYlo00 9mTHfZq4TyrfR/OdgHTES+yHdWxaRBDoSs5sEuVLnRykjURoUH57HknjcLDuJ0Lv AL37K6SFycXOL3jp5eag0CtMi/3y6RbEJUcp0JrbjjM=; Received: from [5.70.203.18] ([5.70.203.18:55630] helo=0546cb12.skybroadband.com) by sl-mta04 (envelope-from ) (ecelerity 3.3.2.44647 r(44647)) with ESMTPA id A8/07-32623-558F7545; Mon, 03 Nov 2014 21:49:12 +0000 MIME-Version: 1.0 From: "Andy Silva" Reply-To: andy.silva@snsreports.com To: freebsd-ppc@freebsd.org Subject: The Wireless M2M & IoT: 2014 - 2020 - Opportunities, Challenges, Strategies, Industry Verticals and Forecasts (Report) X-Mailer: Smart_Send_2_0_132 Date: Mon, 3 Nov 2014 21:49:06 +0000 Message-ID: <6156376555272456111207@Sakudhwani-PC> X-SMTPCOM-Tracking-Number: 680c406c-7035-4fb8-a476-b01c1349a538 X-SMTPCOM-Sender-ID: 6008902 X-SMTPCOM-Spam-Policy: SMTP.com is a paid relay service. We do not tolerate UCE of any kind. Please report it ASAP to abuse@smtp.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 22:09:20 -0000 The Wireless M2M & IoT : 2014 - 2020 - Opportunities, Challenges, Strategie= s, Industry Verticals and Forecasts (Report) Report Information: Release Date: May 2014 Number of Pages: 440 Number of Tables and Figures: 234 Report Overview: =20 Despite its low ARPU, the wireless M2M market has become a key focus of man= y mobile network operators as their traditional voice and data markets beco= me saturated. Likewise, government and regulatory initiatives such as the E= U initiatives to have a smart meter penetration level of 80% by 2020 and th= e mandatory inclusion of automotive safety systems such as eCall in all new= car models, have also helped to drive overall wireless M2M connections and= revenue. By enabling network connectivity among physical objects, M2M has initiated = the vision of the Internet of Things (IoT) - a global network of sensors, e= quipment, appliances, computing devices, and other objects that can communi= cate in real time. This gives rise of a multitude of application possibili= ties including but not limited to location tracking, diagnostics, process a= utomation, remote monitoring/control and even entertainment. Given the vast= array of M2M and IoT applications, the industry has attracted attention fr= om a multitude of vertical market segments.=20 Consequently we expect the wireless M2M market to account for nearly $196 B= illion in revenue by the end of 2020, following a CAGR of 21% during the si= x year period between 2014 and 2020. Eyeing this lucrative opportunity, ven= dors and service providers across the highly fragmented M2M value chain hav= e become increasing innovative in their strategies and technology offerings= which have given rise to a number of submarkets such as M2M network securi= ty, Connected Device Platforms (CDP) and M2M application platforms.=20 This report presents an in-depth assessment of the global wireless M2M mark= et. In addition to covering the business case, the challenges, the industr= y=92s roadmap, value chain analysis, deployment case studies, and the verti= cal market ecosystem, vendor service/product strategies and strategic recom= mendations, the report also presents comprehensive forecasts for the wirele= ss M2M market from 2014 till 2020, including an individual assessment of th= e following submarkets: Network Connectivity, Application Services, Embedde= d Cellular M2M Modules, Network Security, Connected Device Platforms (CDP),= Application Platforms (Application Enablement Platforms, AEP and Applicati= on Development Platforms, ADP), Integration Services and Enabling Technolog= ies, across six regions. The report segments wireless M2M connections and associated service revenue= forecasts separately for cellular, satellite and short range wireless tech= nologies. Country level connection forecasts are provided for over 50 count= ries. Also provided are wireline M2M connection and service revenue forecas= ts. Furthermore, network connectivity and application service revenue forecasts= are individually presented for the following 8 vertical market segments: U= tilities & Smart Grid, Automotive & Transportation, Logistics, Public Safet= y, Security & Surveillance, Retail & Vending, Healthcare, Intelligent Build= ings & Smart Cities, and Consumer Electronics. The report comes with an associated Excel datasheet covering quantitative d= ata from all figures presented within the report. =20 Key Findings: =20 The report has the following key findings: The wireless M2M market will account for nearly $196 Billion in annual reve= nue by the end of 2020, following a CAGR of 21% during the six year period = between 2014 and 2020 The installed base of M2M connections (wireless and wireline) will grow at = a CAGR of 25% between 2014 and 2020, eventually accounting for nearly 9 Bil= lion connections worldwide At present, the M2M value chain is highly fragmented with module OEMs, hard= ware solution providers, application platform providers, device platform pr= oviders, mobile network operators and aggregators/MVNOs all investing acros= s multiple segments of the value chain, whilst still maintaining a key focu= s on a specific portion SNS Research expects the value chain to consolidate in the future, with a s= maller number of larger and profitable competitors across the M2M value cha= in The growing presence of wireless M2M solutions within the sensitive critica= l infrastructure industry is having a profound impact on M2M network securi= ty solutions, a market estimated to reach nearly $1.5 Billion in annual spe= nding by the end of 2020 Driven by demands for device management, cloud based data analytics and dia= gnostic tools, M2M/IoT platforms (including CDP, AEP and ADP) are expected = to account for $11 Billion in annual spending by the end of 2020 Topics Covered: =20 The report covers the following topics: M2M/IoT technology and architecture Market drivers and key benefits of wireless M2M Challenges and Inhibitors to the wireless M2M Ecosystem Wireless M2M standardization initiatives Wireless M2M opportunities, use cases and applications across industry vert= icals Wireless M2M deployment case studies Industry, mobile network operator and vendor commitments to M2M Wireless M2M industry roadmap: 2014 - 2020 Wireless M2M value chain assessment SWOT analysis of M2M access technologies - Cellular, satellite, short range= (Wi-Fi and others) and wireline Key trends in the M2M ecosystem: acquisitions, evolving requirements, busin= ess models, cloud based analytics, network security, impact of LTE, roaming= issues, alliances, IPv6, module costs and price elasticity Profiles, market positioning assessment (current strategy, target market an= d products/services) and strategic recommendations for 175 players in the M= 2M/IoT ecosystem: embedded wireless module vendors, hardware & bundled solu= tion providers, vertical market specialists, M2M MVNOs, M2M/IoT platform & = software specialists, wireless industry incumbents, M2M network operators a= nd integration specialists Market analysis and forecasts from 2011 till 2020 Forecast Segmentation: Market forecasts and historical figures are provided for each of the follow= ing submarkets and their categories: Wireless M2M industry revenue forecast by region and submarkets Wireless M2M connection forecast by region, country, technology and industr= y verticals Wireless M2M network connectivity submarket revenue and ARPU forecast by re= gion and industry vertical Wireless M2M application services submarket revenue and ARPU forecast by re= gion and industry vertical Embedded cellular M2M modules submarket shipments, revenue and ASP forecast= by region, technology, industry vertical and vendor Wireless M2M network security submarket revenue forecast by region Wireless M2M Connected Device Platform (CDP) submarket revenue forecast by = region Wireless M2M application platform (AEP, ADP) submarket revenue forecast by = region Wireless M2M integration services submarket revenue forecast by region Wireless M2M enabling technology submarket revenue forecast by region Wireless M2M vertical market revenue by industry vertical Wireline M2M connection and service revenue forecast by region Submarket forecasts are categorized in the following 8 categories: Network Connectivity Application Services Embedded Cellular M2M Modules Network Security Connected Device Platforms (CDP) Application Platforms (Application Enablement Platforms, AEP and Applicatio= n Development Platforms, ADP Integration Services Enabling Technology Technology forecasts are categorized in the following 8 categories: Wide Area Wireless GSM/GPRS/EDGE CDMA-2000/EV-DO W-CDMA/HSPA WiMAX LTE Satellite Others Short Range Wireless Wi-Fi Others Industry vertical forecasts are categorized in the following 9 categories: Utilities & Smart Grid Automotive & Transportation Logistics Public Safety, Security & Surveillance Retail & Vending Healthcare Consumer Electronics Intelligent Buildings & Smart Cities Others Regional forecasts are categorized in the following 6 categories North America Asia Pacific Western Europe Eastern Europe Latin & Central America Middle East & Africa Country level forecasts are presented for the following 53 countries: Argentina, Australia, Austria, Belgium, Brazil, Bulgaria, Canada, Chile, Ch= ina, Colombia, Croatia, Czech Republic, Egypt, France, Germany, Greece, Hun= gary, India, Indonesia, Iran, Ireland, Israel, Italy, Japan, Jordan, Kenya,= Lithuania, Malaysia, Mexico, Netherlands, New Zealand, Nigeria, Pakist= an, Philippines, Poland, Portugal, Romania, Russia, Saudi Arabia, Singapore= , Slovakia, South Africa, South Korea, Spain, Sweden, Taiwan, Thailand, Tur= key, UAE, Uganda, UK, Ukraine and USA Key Questions Answered: =20 The report provides answers to the following key questions: What are the key market drivers and challenges in the wireless M2M ecosyste= m=3F How big is the market for M2M and IoT platforms=3F What are the key applications of M2M across industry verticals=3F How is the M2M value chain structured, how will it evolve overtime, and wha= t will be its impact on key vertical segments of the market=3F What opportunities does M2M technology offer to mobile network operators an= d other players involved in the value chain=3F=20 What strategies should mobile network operators, M2M MVNOs, module vendors,= hardware providers, platform specialists and other players adopt to capita= lize on the M2M opportunity=3F Do M2M MVNOs face a threat from tier 1 mobile network operators=3F How big is the M2M opportunity, and how much revenue will the industry gene= rate in 2020=3F What will be the installed base of wireless M2M connections in 2020=3F How will Wi-Fi, satellite and wireline M2M connections compare with cellula= r M2M connections=3F=20 Which geographical regions, countries and industry verticals offer the grea= test growth potential for M2M services=3F What is the vendor market share embedded cellular M2M modules, how many uni= ts will ship in 2020 and how will declining ASPs impact the sales revenue=3F How will embedded cellular M2M module shipments vary by air interface techn= ology overtime, and will LTE take a lead in 2020=3F What is the network connectivity and application service ARPU for M2M servi= ces, and how will this vary overtime for each industry vertical=3F How big is the market for M2M network security=3F Table of Contents: 1 Chapter 1: Introduction 1.1 Executive Summary 1.2 Topics Covered 1.3 Key Questions Answered 1.4 Key Findings 1.5 Methodology 1.6 Target Audience 1.7 Companies Mentioned 2 Chapter 2: An Overview of the M2M Market 2.1 What is M2M Technology=3F 2.2 M2M Architecture 2.3 The Wireless M2M Business Case: What is Driving the Market Forward=3F 2.3.1 Affordable Unit Costs: Viable for a Range of New Applications 2.3.2 Proliferation of Mobile Data & Broadband: The Enabling Technology beh= ind Wireless M2M 2.3.3 Declining Voice Revenues: Economic Motivation 2.3.4 Different Business Model: Predictable Revenue Opportunities and No Ch= urn 2.3.5 Wireless Coverage is Expanding Globally 2.3.6 Benefiting from the Mobile Handset Ecosystem 2.3.7 Government, Regulation and Compliance (GRC) Drivers 2.3.8 Vertical Market Drivers 2.4 Challenges & Inhibitors to the M2M Ecosystem 2.4.1 Different Business Model: Associated Risks 2.4.2 Low Revenues in Comparison to Voice and Mobile Broadband 2.4.3 Declining ARPUs 2.4.4 Lack of Operator Focus: Bit Carrier Not Solution Provider 2.4.5 Nationally Based Operators: Scalability Challenges 2.4.6 Security Challenges 2.4.7 Limited Demand for LTE Connections in the Short Term 2.4.8 Integration Complexity in Non-Technical Markets 2.4.9 Investment Challenges 2.4.10 The Global Macro Environment 2.5 First Major M2M Alliance 2.6 M2M and the Vision of the Internet of Things 2.6.1 A Variety of High-Performance and Low-Cost Devices 2.6.2 Scaling Connectivity to Billions of Devices 2.6.3 Cloud Based Device Management 2.7 M2M Standardisation Bodies 2.7.1 The OneM2M Initiative 2.7.2 3GPP 2.7.3 China Communications Standards Association (CCSA) 2.7.4 ETSI 2.7.5 GSMA 2.7.6 IEEE 2.7.7 Open Mobile Alliance 2.7.8 TIA 2.7.9 NITS 2.7.10 WiMAX Forum 2.7.11 Wi-Fi Alliance 3 Chapter 3: Vertical Markets - M2M Opportunities, Use Cases, Applications = and Case Studies 3.1 Utilities and Smart Grid 3.1.1 The Smart Grid 3.1.2 M2M-Enabled Smart Meters 3.1.3 Application Case Study: Power Distribution Systems 3.1.4 Case Study: Norse Pipeline =96 Achieving Operational Efficiency with = M2M 3.1.5 Case Study: O2 - Smart Metering in the UK 3.2 Automotive and Transportation Industry 3.2.1 Safety and Security 3.2.2 Information and Navigation 3.2.3 Diagnostic Services 3.2.4 Intelligent Traffic & Fleet Management 3.2.5 Case Study: Cinterion =96 Diagnostics and Safety 3.2.6 Case Study: Romec =96 Managing Fuel Consumption, 3.2.7 Case Study: Insurance Companies 3.3 Logistics 3.3.1 Monitoring Storage Conditions across the Supply Chain 3.3.2 Inventory Management & Asset Tracking 3.3.3 Fleet Tracking 3.3.4 Monitoring of Shipment Conditions 3.3.5 Case Study: Praxair =96 Avoiding Tank Outages 3.4 Public Safety, Security & Surveillance 3.4.1 CCTV and Video Surveillance 3.4.2 Perimeter Access Control 3.4.3 Detection of Liquids, Gases, Radiation and Explosives 3.4.4 Case Study: Video Surveillance in Shenzhen 3.4.5 Case Study: New Jersey Police Department 3.5 Retail and Vending 3.5.1 POS Applications 3.5.2 Monitoring Purchases 3.5.3 Smart Product Management 3.5.4 NFC Enabled M2M Applications 3.5.5 Intelligent Shopping Applications 3.5.6 Other Applications 3.5.7 Case Study: Camelot Group =96 Improving Operational Efficiency for Re= tailers 3.6 Healthcare 3.6.1 Telemedicine 3.6.2 Remote Patient Monitoring and Care 3.6.3 Case Study: LifeScan =96 Enabling Blood Glucose Monitoring 3.6.4 Case Study: Respironics =96 Remote Diagnostics for Respirators and Ve= ntilators 3.7 Other Industry Verticals 3.7.1 Agriculture 3.7.2 Smart Buildings and Smart Cities 3.7.3 Construction 3.7.4 IT & Networks 3.7.5 Industrial Automation 3.7.6 Consumer Electronics 4 Chapter 4: Wireless M2M Industry Roadmap, Value Chain and Key Trends 4.1 Wireless M2M Industry Roadmap 4.1.1 2010 =96 2012: Proliferation of 3G M2M and Vehicular Telematics 4.1.2 2013 =96 2015: The Utilities Era =96 Rise of the Smart Grid 4.1.3 2016 =96 2018: The LTE Era =96 A Shift towards Bandwidth Hungry Appli= cations 4.2 The Wireless M2M Value Chain 4.2.1 Wireless Device Product Chain: Chipset Vendors and M2M Module Supplie= rs 4.2.2 M2M Hardware Solutions 4.2.3 Connectivity: Mobile Network Operators, MVNOs and Aggregators 4.2.4 System Integrators 4.2.5 Connected Device Platform (CDP) 4.2.6 Application Enablement Platform (AEP) and Application Development Pla= tform (ADP) 4.2.7 Vertical Market Players 4.3 Service and Application Platforms: Diversifying the Value Chain 4.4 Partnerships: Key to Operator Profitability 4.4.1 AT&T 4.4.2 Telenor 4.4.3 T-Mobile 4.5 The M2M Module Market: Consolidation & Acquisitions Lead the Way 4.5.1 Sierra Wireless Acquires Wavecom =96 Q1=922009 4.5.2 Gemalto Acquires Cinterion =96 Q2=922010 4.5.3 Novatel Acquires Enfora =96 Q4=922010 4.5.4 Telit Acquires Motorola=92s M2M Business Unit =96 Q1=922011 4.5.5 Sierra Wireless Acquires Sagemcom=92s M2M Business Unit =96 Q3=922012 4.6 Networking Requirements for M2M 4.6.1 Data Security 4.6.2 Network Availability 4.6.3 Network Costs & Billing 4.6.4 Multi-Technology Network Access (2G, 3G, WiMAX, LTE) 4.6.5 Two-Way Communications Connectivity 4.6.6 Convergence with CDP, AEP and ADP platforms 4.7 M2M Business Models for Operators 4.7.1 Wholesale 4.7.2 Bundled 4.7.3 Flexible 4.7.4 Revenue Share 4.7.5 Application Based 4.7.6 SLA Based 4.8 M2M in the LTE Era 4.8.1 The Switch from 2G to LTE: The Rise of Video Based M2M Applications 4.8.2 Is Speed the Only Benefit of LTE=3F: The Market for Latency Sensitive= Applications 4.8.3 Longevity and Economics 4.8.4 Scalability: Support for IPv6 5 Chapter 5: Embedded Wireless M2M Module Vendors 5.1 Gemalto (Cinterion) 5.1.1 Overview & Strategy 5.1.2 Geographical Regions 5.1.3 Target Market 5.1.4 Key M2M Products/Services 5.2 Novatel Wireless (Enfora) 5.2.1 Overview & Strategy 5.2.2 Geographical Regions 5.2.3 Target Market 5.2.4 Key M2M Products/Services 5.3 Sierra Wireless 5.3.1 Overview & Strategy 5.3.2 Geographical Regions 5.3.3 Target Market 5.3.4 Key M2M Products/Services 5.4 SIMCom 5.4.1 Overview & Strategy 5.4.2 Geographical Regions 5.4.3 Target Market 5.4.4 Key M2M Products/Services 5.5 Telit 5.5.1 Overview & Strategy 5.5.2 Geographical Regions 5.5.3 Target Market 5.5.4 Key M2M Products/Services 5.6 U-blox 5.6.1 Overview & Strategy 5.6.2 Geographical Regions 5.6.3 Target Market 5.6.4 Key M2M Products/Services 5.7 Others 5.7.1 Huawei 5.7.2 iWOW 5.7.3 Neoway 5.7.4 Quectel 5.7.5 ZTE 6 Chapter 6: M2M Hardware Solution Providers 6.1 Arduino 6.1.1 Overview & Strategy 6.1.2 Geographical Regions 6.1.3 Target Market 6.1.4 Key M2M Products/Services 6.2 CalAmp 6.2.1 Overview & Strategy 6.2.2 Geographical Regions 6.2.3 Target Market 6.2.4 Key M2M Products/Services 6.3 Digi International 6.3.1 Overview & Strategy 6.3.2 Geographical Regions 6.3.3 Target Market 6.3.4 Key M2M Products/Services 6.4 Libelium 6.4.1 Overview & Strategy 6.4.2 Geographical Regions 6.4.3 Target Market 6.4.4 Key M2M Products/Services 6.5 Neul 6.5.1 Overview & Strategy 6.5.2 Geographical Regions 6.5.3 Target Market 6.5.4 Key M2M Products/Services 6.6 Raspberry Pi 6.6.1 Overview & Strategy 6.6.2 Geographical Regions 6.6.3 Target Market 6.6.4 Key M2M Products/Services 6.7 Telular 6.7.1 Overview & Strategy 6.7.2 Geographical Regions 6.7.3 Target Market 6.7.4 Key M2M Products/Services 6.8 Wipro 6.8.1 Overview & Strategy 6.8.2 Geographical Regions 6.8.3 Target Market 6.8.4 Key M2M Products/Services 6.9 Others 6.9.1 Bosch 6.9.2 Continental 6.9.3 Gemalto (Cinterion) 6.9.4 Honeywell 6.9.5 Huawei 6.9.6 ILS Technology 6.9.7 Ingenico 6.9.8 Itron 6.9.9 Landis & Gyr 6.9.10 Novatel Wireless (Enfora) 6.9.11 Numerex 6.9.12 Schlage 6.9.13 Sierra Wireless 6.9.14 SIMCom 6.9.15 Verifone 6.9.16 ZTE 7 Chapter 7: M2M MVNOs 7.1 Numerex 7.1.1 Overview & Strategy 7.1.2 Geographical Regions 7.1.3 Target Market 7.1.4 Key M2M Products/Services 7.2 KORE Telematics 7.2.1 Overview & Strategy 7.2.2 Geographical Regions 7.2.3 Target Market 7.2.4 Key M2M Products/Services 7.3 M2M DataSmart 7.3.1 Overview & Strategy 7.3.2 Geographical Regions 7.3.3 Target Market 7.3.4 Key M2M Products/Services 7.4 M2M Wireless 7.4.1 Overview & Strategy 7.4.2 Geographical Regions 7.4.3 Target Market 7.4.4 Key M2M Products/Services 7.5 Wireless Logic 7.5.1 Overview & Strategy 7.5.2 Geographical Regions 7.5.3 Target Market 7.5.4 Key M2M Products/Services 7.6 Wyless 7.6.1 Overview & Strategy 7.6.2 Geographical Regions 7.6.3 Target Market 7.6.4 Key M2M Products/Services 8 Chapter 8: Cloud-based M2M AEP and ADP Platform Providers 8.1 Axeda 8.1.1 Overview & Strategy 8.1.2 Geographical Regions 8.1.3 Target Market 8.1.4 Key M2M Products/Services 8.2 ILS Technology 8.2.1 Overview & Strategy 8.2.2 Geographical Regions 8.2.3 Target Market 8.2.4 Key M2M Products/Services 8.3 Others 8.3.1 CalAmp COLT 8.3.2 Gemalto (Cinterion) 8.3.3 iDigi Device Cloud 8.3.4 Novatel Wireless (Enfora) 8.3.5 Numerex 8.3.6 Sierra Wireless 8.3.7 Telular 9 Chapter 9: M2M Connected Device Platform (CDP) Providers 9.1 Jasper Wireless 9.1.1 Overview & Strategy 9.1.2 Geographical Regions 9.1.3 Target Market 9.1.4 Key M2M Products/Services 9.2 RACO Wireless 9.2.1 Overview & Strategy 9.2.2 Geographical Regions 9.2.3 Target Market 9.2.4 Key M2M Products/Services 9.3 Others 9.3.1 KORE Telematics 9.3.2 Numerex 9.3.3 Telit 9.3.4 Wyless 10 Chapter 10: Wireless/IT Industry Incumbents in the M2M Market 10.1 Alcatel Lucent 10.1.1 Overview & Strategy 10.1.2 Geographical Regions 10.1.3 Target Market 10.1.4 Key M2M Products/Services 10.2 ARM Holdings 10.2.1 Overview & Strategy 10.2.2 Geographical Regions 10.2.3 Target Market 10.2.4 Key M2M Products/Services 10.3 Cisco 10.3.1 Overview & Strategy 10.3.2 Geographical Regions 10.3.3 Target Market 10.3.4 Key M2M Products/Services 10.4 Ericsson 10.4.1 Overview & Strategy 10.4.2 Geographical Regions 10.4.3 Target Market 10.4.4 Key M2M Products/Services 10.5 General Electric (GE) 10.5.1 Overview & Strategy 10.5.2 Geographical Regions 10.5.3 Target Market 10.5.4 Key M2M Products/Services 10.6 Huawei 10.6.1 Overview & Strategy 10.6.2 Geographical Regions 10.6.3 Target Market 10.6.4 Key M2M Products/Services 10.7 IBM 10.7.1 Overview & Strategy 10.7.2 Geographical Regions 10.7.3 Target Market 10.7.4 Key M2M Products/Services 10.8 Intel 10.8.1 Overview & Strategy 10.8.2 Geographical Regions 10.8.3 Target Market 10.8.4 Key M2M Products/Services 10.9 NEC 10.9.1 Overview & Strategy 10.9.2 Geographical Regions 10.9.3 Target Market 10.9.4 Key M2M Products/Services 10.1 Oracle 10.10.1 Overview & Strategy 10.10.2 Geographical Regions 10.10.3 Target Market 10.10.4 Key M2M Products/Services 10.11 Qualcomm 10.11.1 Overview & Strategy 10.11.2 Geographical Regions 10.11.3 Target Market 10.11.4 Key M2M Products/Services 11 Chapter 11: M2M Network Operators 11.1 Aeris Communications 11.1.1 Overview & Strategy 11.1.2 Geographical Regions 11.1.3 Target Market 11.1.4 Key M2M Products/Services 11.2 AT&T 11.2.1 Overview & Strategy 11.2.2 Geographical Regions 11.2.3 Target Market 11.2.4 Key M2M Products/Services 11.3 China Mobile 11.3.1 Overview & Strategy 11.3.2 Geographical Regions 11.3.3 Target Market 11.3.4 Key M2M Products/Services 11.4 Deutsche Telecom 11.4.1 Overview & Strategy 11.4.2 Geographical Regions 11.4.3 Target Market 11.4.4 Key M2M Products/Services 11.5 Iridium 11.5.1 Overview & Strategy 11.5.2 Geographical Regions 11.5.3 Target Market 11.5.4 Key M2M Products/Services 11.6 NTT DoCoMo 11.6.1 Overview & Strategy 11.6.2 Geographical Regions 11.6.3 Target Market 11.6.4 Key M2M Products/Services 11.7 Orange 11.7.1 Overview & Strategy 11.7.2 Geographical Regions 11.7.3 Target Market 11.7.4 Key M2M Products/Services 11.8 SIGFOX 11.8.1 Overview & Strategy 11.8.2 Geographical Regions 11.8.3 Target Market 11.8.4 Key M2M Products/Services 11.9 Singtel 11.9.1 Overview & Strategy 11.9.2 Geographical Regions 11.9.3 Target Market 11.9.4 Key M2M Products/Services 11.1 Sprint 11.10.1 Overview & Strategy 11.10.2 Geographical Regions 11.10.3 Target Market 11.10.4 Key M2M Products/Services 11.11 Telef=F3nica 11.11.1 Overview & Strategy 11.11.2 Geographical Regions 11.11.3 Target Market 11.11.4 Key M2M Products/Services 11.12 Telstra 11.12.1 Overview & Strategy 11.12.2 Geographical Regions 11.12.3 Target Market 11.12.4 Key M2M Products/Services 11.13 T-Mobile 11.13.1 Overview & Strategy 11.13.2 Geographical Regions 11.13.3 Target Market 11.13.4 Key M2M Products/Services 11.14 Verizon 11.14.1 Overview & Strategy 11.14.2 Geographical Regions 11.14.3 Target Market 11.14.4 Key M2M Products/Services 11.15 Vodafone 11.15.1 Overview & Strategy 11.15.2 Geographical Regions 11.15.3 Target Market 11.15.4 Key M2M Products/Services 11.16 Optus 11.16.1 Overview & Strategy 11.16.2 Geographical Regions 11.16.3 Target Market 11.16.4 Key M2M Products/Services 12 Chapter 12: Market Analysis and Forecasts 12.1 The Global Wireless M2M Market: 2013 - 2018 12.1.1 Global Wireless M2M Market Revenue: 2013 - 2018 12.1.2 Global Wireless M2M Market Revenue by Submarket: 2013 - 2018 12.1.3 Global Wireless M2M Market Revenue by Region: 2013 - 2018 12.2 Wireless M2M Network Connections: 2013 - 2018 12.2.1 Global Wireless M2M Connections: 2013 - 2018 12.2.2 Global Wireless M2M Connections by Technology: 2013 - 2018 12.2.3 Global Wireless M2M Connections by Industry Vertical: 2013 - 2018 12.2.4 Global Wireless M2M Connections by Region: 2013 =96 2018 12.3 M2M Network Connectivity Submarket: 2013 - 2018 12.3.1 Global Wireless M2M Network Connectivity Revenue: 2013 - 2018 12.3.2 Global Wireless M2M Network Connectivity ARPU: 2013 - 2018 12.3.3 Global Wireless M2M Network Connectivity Revenue by Industry Vertica= l: 2013 - 2018 12.3.4 Global Wireless M2M Network Connectivity Revenue by Region: 2013 =96= 2018 12.3.5 Global Wireless M2M Network Connectivity ARPU by Industry Vertical: = 2013 =96 2018 12.4 M2M Application Services Submarket: 2013 - 2018 12.4.1 Global Wireless M2M Application Services Revenue: 2013 - 2018 12.4.2 Global Wireless M2M Application Services ARPU: 2013 - 2018 12.4.3 Global Wireless M2M Application Services Revenue by Industry Vertica= l: 2013 - 2018 12.4.4 Global Wireless M2M Application Services Revenue by Region: 2013 =96= 2018 12.4.5 Global Wireless M2M Application Services ARPU by Industry Vertical: = 2013 =96 2018 12.5 Embedded Wireless M2M Modules Submarket: 2013 - 2018 12.5.1 Global Embedded Wireless M2M Module Shipments: 2013 - 2018 12.5.2 Global Embedded Wireless M2M Module Sales Revenue: 2013 - 2018 12.5.3 Global Embedded Wireless M2M Module Shipments by Technology: 2013 - = 2018 12.5.4 Global Embedded Wireless M2M Module Sales Revenue by Technology: 201= 3 - 2018 12.5.5 Global Embedded Wireless M2M Module ASP by Technology: 2013 - 2018 12.5.6 Global Embedded Wireless M2M Module Shipments by Industry Vertical: = 2013 - 2018 12.5.7 Global Embedded Wireless M2M Module Sales Revenue by Industry Vertic= al: 2013 - 2018 12.5.8 Global Embedded Wireless M2M Module Shipments by Region: 2013 - 2018 12.5.9 Global Embedded Wireless M2M Module Sales Revenue by Region: 2013 - = 2018 12.5.10 Global Embedded Wireless M2M Module Vendor Market Share by Unit Shi= pments: 2012 12.5.11 Global Embedded Wireless M2M Module Vendor Market Share by Revenue:= 2012 12.6 M2M Network Security Submarket: 2013 - 2018 12.6.1 Global Wireless M2M Network Security Services Revenue: 2013 - 2018 12.6.2 Global Wireless M2M Network Security Services Revenue by Region: 201= 3 - 2018 12.7 M2M Connected Device Platform (CDP) Submarket: 2013 - 2018 12.7.1 Global Wireless M2M Connected Device Platform (CDP) Revenue: 2013 - = 2018 12.7.2 Global Wireless M2M Connected Device Platform (CDP) Revenue by Regio= n: 2013 - 2018 12.8 M2M Application Platform (AEP, ADP) Submarket: 2013 - 2018 12.8.1 Global Wireless M2M Application Platform (AEP, ADP) Revenue: 2013 - = 2018 12.8.2 Global Wireless M2M Application Platform (AEP, ADP) Revenue by Regio= n: 2013 - 2018 12.9 M2M Integration Services Submarket: 2013 - 2018 12.9.1 Global Wireless M2M Integration Services Revenue: 2013 - 2018 12.9.2 Global Wireless M2M Integration Services Revenue by Region: 2013 - 2= 018 12.1 M2M Enabling Technology Submarket: 2013 - 2018 12.10.1 Global Wireless M2M Enabling Technology Revenue: 2013 - 2018 12.10.2 Global Wireless M2M Enabling Technology Revenue: 2013 - 2018 12.11 M2M Industry Verticals: 2013 - 2018 12.11.1 Utilities and Smart Grid Industry Vertical Revenue: 2013 - 2018 12.11.2 Automotive and Transportation Industry Vertical Revenue: 2013 - 2018 12.11.3 Logistics Industry Vertical Revenue: 2013 - 2018 12.11.4 Public Safety, Security and Surveillance Industry Vertical Revenue:= 2013 - 2018 12.11.5 Retail and Vending Industry Vertical Revenue: 2013 - 2018 12.11.6 Healthcare Industry Vertical Revenue: 2013 - 2018 12.11.7 Other Industry Vertical Segments Revenue: 2013 - 2018 12.12 The North America Wireless M2M Market: 2013 - 2018 12.12.1 North America Wireless M2M Market Revenue: 2013 - 2018 12.12.2 North America Wireless M2M Connections: 2013 =96 2018 12.12.3 North America Wireless M2M Network Connectivity Revenue: 2013 =96 2= 018 12.12.4 North America Wireless M2M Application Services Revenue: 2013 =96 2= 018 12.12.5 North America Embedded Wireless M2M Module Shipments: 2013 - 2018 12.12.6 North America Embedded Wireless M2M Module Sales Revenue: 2013 - 20= 18 12.12.7 North America Wireless M2M Network Security Services Revenue: 2013 = - 2018 12.12.8 North America Wireless M2M Connected Device Platform (CDP) Revenue:= 2013 - 2018 12.12.9 North America Wireless M2M Application Platform (AEP, ADP) Revenue:= 2013 - 2018 12.12.10 North America Wireless M2M Integration Services Revenue: 2013 - 20= 18 12.12.11 North America Wireless M2M Enabling Technology Revenue: 2013 - 2018 12.13 The Asia Pacific Wireless M2M Market: 2013 - 2018 12.13.1 Asia Pacific Wireless M2M Market Revenue: 2013 - 2018 12.13.2 Asia Pacific Wireless M2M Connections: 2013 =96 2018 12.13.3 Asia Pacific Wireless M2M Network Connectivity Revenue: 2013 =96 20= 18 12.13.4 Asia Pacific Wireless M2M Application Services Revenue: 2013 =96 20= 18 12.13.5 Asia Pacific Embedded Wireless M2M Module Shipments: 2013 - 2018 12.13.6 Asia Pacific Embedded Wireless M2M Module Sales Revenue: 2013 - 2018 12.13.7 Asia Pacific Wireless M2M Network Security Services Revenue: 2013 -= 2018 12.13.8 Asia Pacific Wireless M2M Connected Device Platform (CDP) Revenue: = 2013 - 2018 12.13.9 Asia Pacific Wireless M2M Application Platform (AEP, ADP) Revenue: = 2013 - 2018 12.13.10 Asia Pacific Wireless M2M Integration Services Revenue: 2013 - 2018 12.13.11 Asia Pacific Wireless M2M Enabling Technology Revenue: 2013 - 2018 12.14 The Western Europe Wireless M2M Market: 2013 - 2018 12.14.1 Western Europe Wireless M2M Market Revenue: 2013 - 2018 12.14.2 Western Europe Wireless M2M Connections: 2013 =96 2018 12.14.3 Western Europe Wireless M2M Network Connectivity Revenue: 2013 =96 = 2018 12.14.4 Western Europe Wireless M2M Application Services Revenue: 2013 =96 = 2018 12.14.5 Western Europe Embedded Wireless M2M Module Shipments: 2013 - 2018 12.14.6 Western Europe Embedded Wireless M2M Module Sales Revenue: 2013 - 2= 018 12.14.7 Western Europe Wireless M2M Network Security Services Revenue: 2013= - 2018 12.14.8 Western Europe Wireless M2M Connected Device Platform (CDP) Revenue= : 2013 - 2018 12.14.9 Western Europe Wireless M2M Application Platform (AEP, ADP) Revenue= : 2013 - 2018 12.14.10 Western Europe Wireless M2M Integration Services Revenue: 2013 - 2= 018 12.14.11 Western Europe Wireless M2M Enabling Technology Revenue: 2013 - 20= 18 12.15 The Eastern Europe Wireless M2M Market: 2013 - 2018 12.15.1 Eastern Europe Wireless M2M Market Revenue: 2013 - 2018 12.15.2 Eastern Europe Wireless M2M Connections: 2013 =96 2018 12.15.3 Eastern Europe Wireless M2M Network Connectivity Revenue: 2013 =96 = 2018 12.15.4 Eastern Europe Wireless M2M Application Services Revenue: 2013 =96 = 2018 12.15.5 Eastern Europe Embedded Wireless M2M Module Shipments: 2013 - 2018 12.15.6 Eastern Europe Embedded Wireless M2M Module Sales Revenue: 2013 - 2= 018 12.15.7 Eastern Europe Wireless M2M Network Security Services Revenue: 2013= - 2018 12.15.8 Eastern Europe Wireless M2M Connected Device Platform (CDP) Revenue= : 2013 - 2018 12.15.9 Eastern Europe Wireless M2M Application Platform (AEP, ADP) Revenue= : 2013 - 2018 12.15.10 Eastern Europe Wireless M2M Integration Services Revenue: 2013 - 2= 018 12.15.11 Eastern Europe Wireless M2M Enabling Technology Revenue: 2013 - 20= 18 12.16 The Middle East & Africa Wireless M2M Market: 2013 - 2018 12.16.1 Middle East & Africa Wireless M2M Market Revenue: 2013 - 2018 12.16.2 Middle East & Africa Wireless M2M Connections: 2013 =96 2018 12.16.3 Middle East & Africa Wireless M2M Network Connectivity Revenue: 201= 3 =96 2018 12.16.4 Middle East & Africa Wireless M2M Application Services Revenue: 201= 3 =96 2018 12.16.5 Middle East & Africa Embedded Wireless M2M Module Shipments: 2013 -= 2018 12.16.6 Middle East & Africa Embedded Wireless M2M Module Sales Revenue: 20= 13 - 2018 12.16.7 Middle East & Africa Wireless M2M Network Security Services Revenue= : 2013 - 2018 12.16.8 Middle East & Africa Wireless M2M Connected Device Platform (CDP) R= evenue: 2013 - 2018 12.16.9 Middle East & Africa Wireless M2M Application Platform (AEP, ADP) R= evenue: 2013 - 2018 12.16.10 Middle East & Africa Wireless M2M Integration Services Revenue: 20= 13 - 2018 12.16.11 Middle East & Africa Wireless M2M Enabling Technology Revenue: 201= 3 - 2018 12.17 The Latin & Central America Wireless M2M Market: 2013 - 2018 12.17.1 Latin & Central America Wireless M2M Market Revenue: 2013 - 2018 12.17.2 Latin & Central America Wireless M2M Connections: 2013 =96 2018 12.17.3 Latin & Central America Wireless M2M Network Connectivity Revenue: = 2013 =96 2018 12.17.4 Latin & Central America Wireless M2M Application Services Revenue: = 2013 =96 2018 12.17.5 Latin & Central America Embedded Wireless M2M Module Shipments: 201= 3 - 2018 12.17.6 Latin & Central America Embedded Wireless M2M Module Sales Revenue:= 2013 - 2018 12.17.7 Latin & Central America Wireless M2M Network Security Services Reve= nue: 2013 - 2018 12.17.8 Latin & Central America Wireless M2M Connected Device Platform (CDP= ) Revenue: 2013 - 2018 12.17.9 Latin & Central America Wireless M2M Application Platform (AEP, ADP= ) Revenue: 2013 - 2018 12.17.10 Latin & Central America Wireless M2M Integration Services Revenue:= 2013 - 2018 12.17.11 Latin & Central America Wireless M2M Enabling Technology Revenue: = 2013 - 2018 13 Chapter 13: Conclusion and Strategic Recommendations 13.1 Conclusion 13.1.1 M2M: A Change in the Network Operator Mindset 13.1.2 Standardisation is Key to Global Interoperability 13.1.3 Declining Module Costs and Price Elasticity: Key to Growth 13.1.4 Cloud Based Data Analytics: A Growing Trend in the $3 Billion M2M Ap= plication Platform Market 13.1.5 Assessing the Impact of LTE: Will Operators Force a 2G to 4G Migrati= on=3F 13.1.6 Transition to IPv6: Addressing the Scalability Challenge 13.1.7 Security Demands: Drivers for the $1 Billion M2M Network Security Ma= rket 13.1.8 Self Organizing Networks (SON): Recommendations of a Changing Networ= k Topology 13.2 Strategic Recommendations 13.2.1 Recommendations for Embedded Wireless M2M Module Vendors 13.2.2 Recommendations for M2M Hardware Solution Providers 13.2.3 Recommendations M2M Connected Device Platform (CDP) Providers 13.2.4 Recommendations for Cloud Based Application Platform (AEP and ADP) P= roviders 13.2.5 Recommendations for M2M Mobile Network Operators and Aggregators/MVN= Os 13.2.6 Recommendations for Wireless/IT Industry Incumbents List of Figures: Figure 1: M2M Architecture Figure 2: Global Smart Meter Penetration by Region (%): 2011 - 2018 Figure 3: Wireless M2M Industry Roadmap Figure 4: The Wireless M2M Value Chain Figure 5: M2M MVNO Architecture Figure 6: Global LTE Deployments Q1=922013 Figure 7: Axeda Application and Data Integration Platform Figure 8: Global Wireless M2M Industry Revenue ($ Million): 2011 - 2018 Figure 9: Global Wireless M2M Industry Revenue by Submarket ($ Million): 20= 11 - 2018 Figure 10: Global Wireless M2M Industry Revenue by Region ($ Million): 2011= - 2018 Figure 11: Global Wireless M2M Connections (Millions): 2011 - 2018 Figure 12: Global Wireless M2M Connections by Technology (Millions): 2011 -= 2018 Figure 13: Global Wireless M2M Connections by Industry Vertical (Millions):= 2011 - 2018 Figure 14: Global Wireless M2M Connections by Region (Millions): 2011 - 2018 Figure 15: Global Wireless M2M Network Connectivity Revenue ($ Million): 20= 11 - 2018 Figure 16: Global Wireless M2M Network Connectivity ARPU ($ per Month): 201= 1 - 2018 Figure 17: Global Wireless M2M Network Connectivity Revenue by Industry Ver= tical ($ Million): 2011 - 2018 Figure 18: Global Wireless M2M Network Connectivity Revenue by Region ($ Mi= llion): 2011 - 2018 Figure 19: Global Wireless M2M Network Connectivity ARPU by Industry Vertic= al ($ per Month): 2011 - 2018 Figure 20: Global Wireless M2M Application Services Revenue ($ Million): 20= 11 - 2018 Figure 21: Global Wireless M2M Application Services ARPU ($ per Month): 201= 1 - 2018 Figure 22: Global Wireless M2M Application Services Revenue by Industry Ver= tical ($ Million): 2011 - 2018 Figure 23: Global Wireless M2M Application Services Revenue by Region ($ Mi= llion): 2011 - 2018 Figure 24: Global Wireless M2M Application Services ARPU by Industry Vertic= al ($ per Month): 2011 - 2018 Figure 25: Global Embedded Wireless M2M Module Shipments (Millions): 2011 -= 2018 Figure 26: Global Embedded Wireless M2M Module Sales Revenue ($ Million): 2= 011 - 2018 Figure 27: Global Embedded Wireless M2M Module Shipments by Technology (Mil= lions): 2011 - 2018 Figure 28: Global Embedded Wireless M2M Module Sales Revenue by Technology = ($ Million): 2011 - 2018 Figure 29: Global Embedded Wireless M2M Module ASP by Technology ($): 2011 = - 2018 Figure 30: Global Embedded Wireless M2M Module Shipments by Industry Vertic= al (Millions): 2011 - 2018 Figure 31: Global Embedded Wireless M2M Module Sales Revenue by Industry Ve= rtical ($ Million): 2011 - 2018 Figure 32: Global Embedded Wireless M2M Module Shipments by Region (Million= s): 2011 - 2018 Figure 33: Global Embedded Wireless M2M Module Sales Revenue by Region ($ M= illion): 2011 - 2018 Figure 34: Global Embedded Wireless M2M Module Vendor Market Share by Unit = Shipments (%): 2012 Figure 35: Global Embedded Wireless M2M Module Vendor Market Share by Reven= ue (%): 2012 Figure 36: Global Wireless M2M Network Security Services Revenue ($ Million= ): 2011 - 2018 Figure 37: Global Wireless M2M Network Security Services Revenue by Region = ($ Million): 2011 - 2018 Figure 38: Global Wireless M2M Connected Device Platform (CDP) Revenue ($ M= illion): 2011 - 2018 Figure 39: Global Wireless M2M Connected Device Platform (CDP) Revenue by R= egion ($ Million): 2011 - 2018 Figure 40: Global Wireless M2M Application Platform (AEP, ADP) Revenue ($ M= illion): 2011 - 2018 Figure 41: Global Wireless M2M Application Platform (AEP, ADP) Revenue by R= egion ($ Million): 2011 - 2018 Figure 42: Global Wireless M2M Integration Services Revenue ($ Million): 20= 11 - 2018 Figure 43: Global Wireless M2M Integration Services Revenue by Region ($ Mi= llion): 2011 - 2018 Figure 44: Global Wireless M2M Enabling Technology Revenue ($ Million): 201= 1 - 2018 Figure 45: Global Wireless M2M Enabling Technology Revenue by Region ($ Mil= lion): 2011 - 2018 Figure 46: Utilities and Smart Grid M2M Industry Vertical Revenue by Connec= tivity/Application Services ($ Million): 2011 - 2018 Figure 47: Automotive and Transportation M2M Industry Vertical Revenue by C= onnectivity/Application Services ($ Million): 2011 - 2018 Figure 48: Logistics M2M Industry Vertical Revenue by Connectivity/Applicat= ion Services ($ Million): 2011 - 2018 Figure 49: Public Safety, Security and Surveillance M2M Industry Vertical R= evenue by Connectivity/Application Services ($ Million): 2011 - 2018 Figure 50: Retail and Vending M2M Industry Vertical Revenue by Connectivity= /Application Services ($ Million): 2011 - 2018 Figure 51: Healthcare M2M Industry Vertical Revenue by Connectivity/Applica= tion Services ($ Million): 2011 - 2018 Figure 52: Other Industry Vertical Segments Revenue by Connectivity/Applica= tion Services ($ Million): 2011 - 2018 Figure 53: North America Wireless M2M Industry Revenue ($ Million): 2011 - = 2018 Figure 54: North America Wireless M2M Connections (Millions): 2011 - 2018 Figure 55: North America Wireless M2M Network Connectivity Revenue ($ Milli= on): 2011 - 2018 Figure 56: North America Wireless M2M Application Services Revenue ($ Milli= on): 2011 - 2018 Figure 57: North America Embedded Wireless M2M Module Shipments (Millions):= 2011 - 2018 Figure 58: North America Embedded Wireless M2M Module Sales Revenue ($ Mill= ion): 2011 - 2018 Figure 59: North America Wireless M2M Network Security Services Revenue ($ = Million): 2011 - 2018 Figure 60: North America Wireless M2M Connected Device Platform (CDP) Reven= ue ($ Million): 2011 - 2018 Figure 61: North America Wireless M2M Application Platform (AEP, ADP) Reven= ue ($ Million): 2011 - 2018 Figure 62: North America Wireless M2M Integration Services Revenue ($ Milli= on): 2011 - 2018 Figure 63: North America Wireless M2M Enabling Technology Revenue ($ Millio= n): 2011 - 2018 Figure 64: Asia Pacific Wireless M2M Industry Revenue ($ Million): 2011 - 2= 018 Figure 65: Asia Pacific Wireless M2M Connections (Millions): 2011 - 2018 Figure 66: Asia Pacific Wireless M2M Network Connectivity Revenue ($ Millio= n): 2011 - 2018 Figure 67: Asia Pacific Wireless M2M Application Services Revenue ($ Millio= n): 2011 - 2018 Figure 68: Asia Pacific Embedded Wireless M2M Module Shipments (Millions): = 2011 - 2018 Figure 69: Asia Pacific Embedded Wireless M2M Module Sales Revenue ($ Milli= on): 2011 - 2018 Figure 70: Asia Pacific Wireless M2M Network Security Services Revenue ($ M= illion): 2011 - 2018 Figure 71: Asia Pacific Wireless M2M Connected Device Platform (CDP) Revenu= e ($ Million): 2011 - 2018 Figure 72: Asia Pacific Wireless M2M Application Platform (AEP, ADP) Revenu= e ($ Million): 2011 - 2018 Figure 73: Asia Pacific Wireless M2M Integration Services Revenue ($ Millio= n): 2011 - 2018 Figure 74: Asia Pacific Wireless M2M Enabling Technology Revenue ($ Million= ): 2011 - 2018 Figure 75: Western Europe Wireless M2M Industry Revenue ($ Million): 2011 -= 2018 Figure 76: Western Europe Wireless M2M Connections (Millions): 2011 - 2018 Figure 77: Western Europe Wireless M2M Network Connectivity Revenue ($ Mill= ion): 2011 - 2018 Figure 78: Western Europe Wireless M2M Application Services Revenue ($ Mill= ion): 2011 - 2018 Figure 79: Western Europe Embedded Wireless M2M Module Shipments (Millions)= : 2011 - 2018 Figure 80: Western Europe Embedded Wireless M2M Module Sales Revenue ($ Mil= lion): 2011 - 2018 Figure 81: Western Europe Wireless M2M Network Security Services Revenue ($= Million): 2011 - 2018 Figure 82: Western Europe Wireless M2M Connected Device Platform (CDP) Reve= nue ($ Million): 2011 - 2018 Figure 83: Western Europe Wireless M2M Application Platform (AEP, ADP) Reve= nue ($ Million): 2011 - 2018 Figure 84: Western Europe Wireless M2M Integration Services Revenue ($ Mill= ion): 2011 - 2018 Figure 85: Western Europe Wireless M2M Enabling Technology Revenue ($ Milli= on): 2011 - 2018 Figure 86: Eastern Europe Wireless M2M Industry Revenue ($ Million): 2011 -= 2018 Figure 87: Eastern Europe Wireless M2M Connections (Millions): 2011 - 2018 Figure 88: Eastern Europe Wireless M2M Network Connectivity Revenue ($ Mill= ion): 2011 - 2018 Figure 89: Eastern Europe Wireless M2M Application Services Revenue ($ Mill= ion): 2011 - 2018 Figure 90: Eastern Europe Embedded Wireless M2M Module Shipments (Millions)= : 2011 - 2018 Figure 91: Eastern Europe Embedded Wireless M2M Module Sales Revenue ($ Mil= lion): 2011 - 2018 Figure 92: Eastern Europe Wireless M2M Network Security Services Revenue ($= Million): 2011 - 2018 Figure 93: Eastern Europe Wireless M2M Connected Device Platform (CDP) Reve= nue ($ Million): 2011 - 2018 Figure 94: Eastern Europe Wireless M2M Application Platform (AEP, ADP) Reve= nue ($ Million): 2011 - 2018 Figure 95: Eastern Europe Wireless M2M Integration Services Revenue ($ Mill= ion): 2011 - 2018 Figure 96: Eastern Europe Wireless M2M Enabling Technology Revenue ($ Milli= on): 2011 - 2018 Figure 97: Middle East & Africa Wireless M2M Industry Revenue ($ Million): = 2011 - 2018 Figure 98: Middle East & Africa Wireless M2M Connections (Millions): 2011 -= 2018 Figure 99: Middle East & Africa Wireless M2M Network Connectivity Revenue (= $ Million): 2011 - 2018 Figure 100: Middle East & Africa Wireless M2M Application Services Revenue = ($ Million): 2011 - 2018 Figure 101: Middle East & Africa Embedded Wireless M2M Module Shipments (Mi= llions): 2011 - 2018 Figure 102: Middle East & Africa Embedded Wireless M2M Module Sales Revenue= ($ Million): 2011 - 2018 Figure 103: Middle East & Africa Wireless M2M Network Security Services Rev= enue ($ Million): 2011 - 2018 Figure 104: Middle East & Africa Wireless M2M Connected Device Platform (CD= P) Revenue ($ Million): 2011 - 2018 Figure 105: Middle East & Africa Wireless M2M Application Platform (AEP, AD= P) Revenue ($ Million): 2011 - 2018 Figure 106: Middle East & Africa Wireless M2M Integration Services Revenue = ($ Million): 2011 - 2018 Figure 107: Middle East & Africa Wireless M2M Enabling Technology Revenue (= $ Million): 2011 - 2018 Figure 108: Latin & Central America Wireless M2M Industry Revenue ($ Millio= n): 2011 - 2018 Figure 109: Latin & Central America Wireless M2M Connections (Millions): 20= 11 - 2018 Figure 110: Latin & Central America Wireless M2M Network Connectivity Reven= ue ($ Million): 2011 - 2018 Figure 111: Latin & Central America Wireless M2M Application Services Reven= ue ($ Million): 2011 - 2018 Figure 112: Latin & Central America Embedded Wireless M2M Module Shipments = (Millions): 2011 - 2018 Figure 113: Latin & Central America Embedded Wireless M2M Module Sales Reve= nue ($ Million): 2011 - 2018 Figure 114: Latin & Central America Wireless M2M Network Security Services = Revenue ($ Million): 2011 - 2018 Figure 115: Latin & Central America Wireless M2M Connected Device Platform = (CDP) Revenue ($ Million): 2011 - 2018 Figure 116: Latin & Central America Wireless M2M Application Platform (AEP,= ADP) Revenue ($ Million): 2011 - 2018 Figure 117: Latin & Central America Wireless M2M Integration Services Reven= ue ($ Million): 2011 - 2018 Figure 118: Latin & Central America Wireless M2M Enabling Technology Revenu= e ($ Million): 2011 =96 2018=20 List of Companies Mentioned: 3GPP 4Home 4M wireless 7 Layers 8ta A1 Telekom ABB Power & Robotics Accenture Aeris Communications Aeroscout Agri-Valley Broadband Air Products Airbiquity Airbus Group Aircell AIS - TOT Al Madar Alaska Communications Alcatel-Lucent Algar Telecom Alien Technology AllSeen Alliance Amadeus Amazon AMCi (American Millennium Corp. Inc.) Andorra Telecom Ansaldo STS Antel AnyData Appalachian Wireless Apple APS Arduino ARIB (Association of Radio Industries and Business of Japan) Arkessa ARM Holdings Armentel Arqiva Arrayent Asiaspace Aspenta ASPIDER AT&T AT&T Mobility ATIS (Alliance for Telecommunications Industry Solutions) Atos Audi Augere Augusta Systems Avea AVIDwireless Axeda Azeti Networks B&B Electronics Bakrie Telecom Base Telecom Batelco Bayan Telecommunications BayRICS Beeline Belgacom Bell Canada Bentley BeST Best Buy Bharti Airtel Bite BlackBerry Bluegrass Cellular BMW Bosch Bosch Connected Devices and Solutions GmbH Bouygues Telecom Broadcom BSNL BT BTC C Spire Wireless CalAmp Call Me Camelot Group Cantaloupe Systems CardioNet Carolina West Wireless CDG (CDMA Development Group) Cell C Cellcom Cellular South Centrica CenturyTel CETECOM CGI Group Chang'an Motors Chariton Valley Comms Chess Communication CCSA (China Communications Standards Association) China Mobile China Telecom China Unicom Chunghwa Telecom Cisco Claro Clear Mobitel ClearConnex Clearwire C-Motech Cobra Cognovo Commnet Wireless Comtrol Concirrus Connect One Connected Development Connected Solutions Continental Convergence Technologies Coronis Cosmote CoSwitched CradlePoint Cross Telephone CSL Limited Ctek Cubic Telecom Cumulocity (NSN Spin-off) Custer Telephone DataOnline DataRemote Datatrade Dedicado Deloitte Delphi Deutsche Telecom Device Insight Dialog Axiata Digi International Dish Network DNA DPC/AIS Du Dust Networks E Plus Echelon eDevice EE Eesti Telekon ei3 Elbrys Networks Elisa Elster EnergyICT Ember Emobile EMT Energy Australia Ausgrid Enfora Entel Movil Entel PCS ERA/T Mobile Ericsson Eseye Esprida Etex Telephone Co-op Etherios Etisalat ETSI (European Telecommunications Standards Institute) Eurotech FaltCom Feeney Wireless Fitel Fleetmatics Group Flexeye Ford FPT Telecom Franklin Wireless FreeWave Technologies Fujitsu G4S Garmin Gemalto (Cinterion) General Electric General Motors GenX Mobile Geocell Glo Mobile Global M2M Association Global Smart Services Globalstar Globe Google GSMA (GSM Association) H&D Wireless AB H3G Halebop Harris Corporation Hertz Hitachi Honeywell HSBC Huawei Hughes Telematics Hutchison Three Hyundai IBM ICE IEEE ILS Technology (Telit) iMetrik Solutions Indosat InfoSys Ingenico Inilex Inmarsat INSYS Microelectronics Intel InterDigital Inventek Systems Iridium Communications Iskraemeco Itron iWOW Technology Jaguar Land Rover Janus Remote Communications Jasper Technologies Kcell KDDI Kordia KORE Telematics KPN KT Kyocera Laird Technologies Landis & Gyr Lantronix Lattelecom Leap Wireless / Cricket Leica LG Electronics LG Uplus Libelium LifeScan LightSquared LMT Logica LS Cable & System LS Research Lufthansa Systems M1 M20 City M2M Data Corp. M2M DataSmart M2M Wireless M2M World Alliance M2Mi Magticom Maingate (Wireless Maingate Nordic AB) Manitwoc Marvell Maxis MegaFon MEMSIC Mercedes-Benz Mesh Systems Metrik Solutions MetroPCS Microchip Technology Microtronics Millenial Net Mobikom Austria Mobily Mobinil MobiquiThings Mobistar Mobitel Mobyland and CentreNet Mocana Modacom Moldcell Monaco Telecom Morey Mosaic Telecom Motorola Mobility Motorola Solutions Movicel Movistar MOXA MTC M-Tel MTN MTNL Mtrex Networks MTS MTS Allstream MTS-Ukraine Multi-Tech Systems Murata Manufacturing Navman Wireless NBN Co Ncell NEC NeoConsult Neoway Nestl=E9 Nespresso Netcom Norway NetComm Wireless NetModule Neul NextGenTel NextM2M Nintendo NITS (National Information Technology Standardization) NJSP (New Jersey State Police Department) Nokia Norse Pipeline LLC Northwest Cell Novatel Wireless Novero nPhase NSN (Nokia Solutions & Networks) NTT DoCoMo Numerex O2 Secure Wireless OAO Voentelecom OASIS (Organization for the Advancement of Structured Information Standards) Oi Omnilink Systems Omnitel OnAsset Intelligence OneM2M Open Mobile Alliance Option N.V. Optus Oracle Orange ORBCOMM P1 Networks PA Consulting Group Palantiri Systems Panasonic Panhandle Telephone Co-op Parsons Corporation PCCW Pedigree Technologies Peiker Peoples Telephone Co-op Perle Systems Personal Piltel Pioneer Cellular Plextek Group Praxair Precidia Technologies Prevas Proteus Biomedical PSA Public Service Wireless QNX Software Systems Qtel Quake Global Qualcomm Quectel RacoWireless RasGas Raspberry Pi Red Bend Software Redpine Signals Redtail Telematics Relacom Reliance Respironics RF Code Inc. RF Monolithics Rogers Rogers Wireless Romec Rostelecom RTX A/S S and R Communications S&T Telephone Cooperative Safaricom Sagemcom Salesforce.com Samsung Sao Paulo Military Police SAP Sasktel Saudi Aramco Savi Technology Schlage Schneider Electric SeeControl SENA Technologies SensorLogic Sensorsuite Sensys Networks SFR Siemens Water Sierra Wireless SIGFOX Sigma Designs SIMCom Wireless Solutions SingTel Sixnet SK Telecom Sky Brazil SkyBitz SkyTel SkyWave Mobile Communications Smart Communications Smartone Vodafone SoftBank Softbank Mobile Softmaxx Sonaecom Sony Sony SpeedConnect SpiceNepal Spireon Sprint Starcomms Starhub STC Strata Networks Streetline Sunrise Swisscom Synchronoss Technologies Tcell TDC Tech Mahindra TelaSonera Telcel Tele2 Tele2 Sweden Telecom Italia Telecom NZ Telef=F3nica Telef=F3nica O2 UK Telekom Austria Telenet Telenor Telenor Connexion Telenor Objects Telenor Sweden Telia TeliaSonera Telit Communications Telkomsel Telogis Telstra Telular TELUS Mobility Telvent Tendril Networks Teo LT Texas Energy Network Texas Instruments ThingMagic ThingWorx (PTC) Three Denmark Three Italia Three UK T-Hrvatski Telekom Thumb Cellular Thuraya TIA (Telecommunications Industry Association) Tikona Digital TMN T-Mobile US TomTom Transatel Triatel Tridium Trimble Navigation True Move TTA (Telecommunications Technology Association of Korea) TTC (Telecommunication Technology Committee of Japan) Tunisiana Tunstall Healthcare Turkcell Tyntec U Mobile U.S. Preventative Medicine U-blox UCell UK Broadband UME EPM United Wireless Unitel US Cellular USAT (USA Technologies Inc.) UTC Power V2COM VDC Veolia Water Verifone VeriSign Verizon Communications Verizon Wireless VHA ViaSat Videotron Viettel Vimpelcom VIPNet VisTracks Viva Bahrain Viva Cell-MTS Vivid Wireless Vodacom Vodafone Volkswagen VolvoZelitron Vox Wavecom WBS WebTech Wireless WiFI Alliance WiMAX Forum Wind Wind Mobile Wipro Wireless Logic WirelessCar Woosh Wyless Xact Technology Xirgo Technologies XL Axiata Xplorenet Xsilon Yoigo Yota Zain Zebra Technologies Zedi Ziggo4 ZTE Report Pricing: Single User License: USD 2,500 Company Wide License (Multi Users): USD 3,500 Ordering Process: Please contact Andy Silva on andy.silva@snsreports.com And provide the following information: Report Title - Report License - (Single User/Company Wide) Name - Email - Job Title - Company - Invoice Address Please contact me if you have any questions, or wish to purchase a copy I look forward to hearing from you. Kind Regards Andy Silva Marketing Executive Signals and Systems Telecom Reef Tower Jumeirah Lake Towers Sheikh Zayed Road Dubai, UAE =20 To unsubscribe please click on the link below or send an email with unsubsc= ribe in the subject line to: info@snsreports.com Remove me from your mailing list