SlideShare uma empresa Scribd logo
1 de 12
Anjali Jain (9910103580)
Nitin Bansal (9910103589)
Push-to-talk (PTT), also known as Press-to-
Transmit, is a method of having conversations
or talking on half-duplex communication lines,
including two-way radio, using a momentary
button to switch from voice reception mode to
transmit mode.
Push to Talk over Cellular (PoC)
is a service option for a cellular
phone network that enables
subscribers to use their phones
as walkie-talkies with unlimited
range. A typical Push-to-Talk
connection connects almost
instantly. A significant advantage
of PoC / PTT is the ability for a
single person to reach an active
talk group with a single button
press; users need not make
several telephone calls to
coordinate with a group.
THREE WAYS OF TRANSMISSION ::
INTERFACE FOR USERS ::
Screen 1 Settings Communication
WHAT’S NEW??
• Low Noise
• Behaves same as
telephonic
conversation
not as Walkie -
Talkie
LIMITATION
• Within a building that means low range and
less distance covered
IMPLEMENTATION::
Sender: UDP Socket programming
1. Create UDP Socket for sending datagram
DatagramSocket socket = new DatagramSocket();
2. Prepare datagram for sending
byte[] data = new byte[256];
InetAddress address = InetAddress.getByName("192.168.1.8");
DatagramPacket pack = null;
pack = new DatagramPacket(data, data.length, address, 8888);
3. Send
socket.send(pack);
4. Receive
Prepare new datagram first for holding the incoming packet. The array of byte must be clear in
advance.
socket.receive(pack);
Receiver: UDP Socket programming
1.Start listening for datagram on a certain socket
DatagramSocket socket = new DatagramSocket(Server_Port);
2. Prepare datagram for receiving
byte[] data = new byte[256];
DatagramPacket pack = new DatagramPacket(data, data.length);
3. Start listening for a datagram
socket.receive(pack);
4. Obtaining the data and address and port of sender
int port = pack.getPort();
InetAddress address = pack.getAddress();
String content = new String(pack.getData, 0, pack.getLength());
RESEARCH PAPER
1. A Client-Side Design and Implementation for Push to Talk
over Cellular Service
http://ir.lib.nctu.edu.tw/bitstream/987654321/32034/1/A+Client-
Side+Design+and+Implementation+for+Push+to+Talk+over+Cellular+Se
rvice.pdf
2. Practical Voice Communications in Challenged Networks
www.netlab.tkk.fi/~jo/papers/2009-08-dt-talkie.pdf

Mais conteúdo relacionado

Mais procurados

Space time coding in mimo
Space time coding in mimo Space time coding in mimo
Space time coding in mimo
ILA SHARMA
 
Multicasting and multicast routing protocols
Multicasting and multicast routing protocolsMulticasting and multicast routing protocols
Multicasting and multicast routing protocols
Abhishek Kesharwani
 

Mais procurados (20)

Earlang ejercicios
Earlang ejerciciosEarlang ejercicios
Earlang ejercicios
 
Broadband isdn
Broadband isdnBroadband isdn
Broadband isdn
 
Gsm ppt
Gsm pptGsm ppt
Gsm ppt
 
Frequency Hopping Spread Spectrum (FHSS) System
Frequency Hopping Spread Spectrum (FHSS) System Frequency Hopping Spread Spectrum (FHSS) System
Frequency Hopping Spread Spectrum (FHSS) System
 
Bilinear z transformaion
Bilinear z transformaionBilinear z transformaion
Bilinear z transformaion
 
UNIT-5 IoT Reference Architecture.pdf
UNIT-5 IoT Reference Architecture.pdfUNIT-5 IoT Reference Architecture.pdf
UNIT-5 IoT Reference Architecture.pdf
 
Unit 2 -1 ADHOC WIRELESS NETWORK MOBILE COMPUTING
Unit 2 -1 ADHOC WIRELESS NETWORK  MOBILE COMPUTINGUnit 2 -1 ADHOC WIRELESS NETWORK  MOBILE COMPUTING
Unit 2 -1 ADHOC WIRELESS NETWORK MOBILE COMPUTING
 
Space time coding in mimo
Space time coding in mimo Space time coding in mimo
Space time coding in mimo
 
Microwave Engineering Lecture Notes
Microwave Engineering Lecture NotesMicrowave Engineering Lecture Notes
Microwave Engineering Lecture Notes
 
Generarion of ssb frequency discrimination method
Generarion of ssb frequency discrimination methodGenerarion of ssb frequency discrimination method
Generarion of ssb frequency discrimination method
 
Bit error rate
Bit error rateBit error rate
Bit error rate
 
Security issues in manet
Security issues in manetSecurity issues in manet
Security issues in manet
 
Handoff and its type
Handoff and its typeHandoff and its type
Handoff and its type
 
solution manual of goldsmith wireless communication
solution manual of goldsmith wireless communicationsolution manual of goldsmith wireless communication
solution manual of goldsmith wireless communication
 
Fft
FftFft
Fft
 
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
 
Multicasting and multicast routing protocols
Multicasting and multicast routing protocolsMulticasting and multicast routing protocols
Multicasting and multicast routing protocols
 
Switching systems lecture4
Switching  systems lecture4Switching  systems lecture4
Switching systems lecture4
 
MicroStrip Patch Antenna
MicroStrip Patch AntennaMicroStrip Patch Antenna
MicroStrip Patch Antenna
 
MEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROLMEDIUM ACCESS CONTROL
MEDIUM ACCESS CONTROL
 

Destaque

ig_push_your_business_forward_faster_en_xg
ig_push_your_business_forward_faster_en_xgig_push_your_business_forward_faster_en_xg
ig_push_your_business_forward_faster_en_xg
Ian Messiter
 
We have iPads, now what? #DLTV2014
We have iPads, now what? #DLTV2014We have iPads, now what? #DLTV2014
We have iPads, now what? #DLTV2014
Rebecca Davies
 

Destaque (20)

ig_push_your_business_forward_faster_en_xg
ig_push_your_business_forward_faster_en_xgig_push_your_business_forward_faster_en_xg
ig_push_your_business_forward_faster_en_xg
 
Push To Talk And Direct Connect2
Push To Talk And Direct Connect2Push To Talk And Direct Connect2
Push To Talk And Direct Connect2
 
We have iPads, now what? #DLTV2014
We have iPads, now what? #DLTV2014We have iPads, now what? #DLTV2014
We have iPads, now what? #DLTV2014
 
presentation 1
presentation 1presentation 1
presentation 1
 
Cellutions ptt lone worker protection
Cellutions ptt lone worker protectionCellutions ptt lone worker protection
Cellutions ptt lone worker protection
 
NACD Southern California 2010 Directors in a Digital World
NACD Southern California 2010 Directors in a Digital WorldNACD Southern California 2010 Directors in a Digital World
NACD Southern California 2010 Directors in a Digital World
 
Samsung knox security_solution_v1_10_0
Samsung knox security_solution_v1_10_0Samsung knox security_solution_v1_10_0
Samsung knox security_solution_v1_10_0
 
GWAVACon 2015: BlackBerry - Vorratsdatenspeicherung - Was bedeutet das für mo...
GWAVACon 2015: BlackBerry - Vorratsdatenspeicherung - Was bedeutet das für mo...GWAVACon 2015: BlackBerry - Vorratsdatenspeicherung - Was bedeutet das für mo...
GWAVACon 2015: BlackBerry - Vorratsdatenspeicherung - Was bedeutet das für mo...
 
Samsung KNOX™ Meets Evolving Enterprise Mobility Challenges
Samsung KNOX™ Meets Evolving Enterprise Mobility ChallengesSamsung KNOX™ Meets Evolving Enterprise Mobility Challenges
Samsung KNOX™ Meets Evolving Enterprise Mobility Challenges
 
Samsung KNOX for Dummies
Samsung KNOX for DummiesSamsung KNOX for Dummies
Samsung KNOX for Dummies
 
Citirx Day 2013: Citrix Enterprise Mobility
Citirx Day 2013: Citrix Enterprise MobilityCitirx Day 2013: Citrix Enterprise Mobility
Citirx Day 2013: Citrix Enterprise Mobility
 
The KNOX Story
The KNOX StoryThe KNOX Story
The KNOX Story
 
Takeovers
TakeoversTakeovers
Takeovers
 
[Infographic] IFA 2016: Samsung Knox
[Infographic] IFA 2016: Samsung Knox[Infographic] IFA 2016: Samsung Knox
[Infographic] IFA 2016: Samsung Knox
 
Motives for Takeovers and Mergers
Motives for Takeovers and MergersMotives for Takeovers and Mergers
Motives for Takeovers and Mergers
 
Takeover & defence tactics
Takeover & defence tacticsTakeover & defence tactics
Takeover & defence tactics
 
Business Growth Takeovers and Mergers
Business Growth Takeovers and MergersBusiness Growth Takeovers and Mergers
Business Growth Takeovers and Mergers
 
Merger,Acquisition&Takeovers
Merger,Acquisition&TakeoversMerger,Acquisition&Takeovers
Merger,Acquisition&Takeovers
 
People are the Media (DDB Edmonton Edition)
People are the Media (DDB Edmonton Edition)People are the Media (DDB Edmonton Edition)
People are the Media (DDB Edmonton Edition)
 
Social Media for Business
Social Media for BusinessSocial Media for Business
Social Media for Business
 

Semelhante a Push to-talk-android

iptelephony-141103195507-conversion-gate02 (1).pptx
iptelephony-141103195507-conversion-gate02 (1).pptxiptelephony-141103195507-conversion-gate02 (1).pptx
iptelephony-141103195507-conversion-gate02 (1).pptx
BabaShaikh3
 
Making Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and CompressionMaking Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and Compression
Angel G Diaz
 
BCoFD Radio Overview
BCoFD Radio OverviewBCoFD Radio Overview
BCoFD Radio Overview
jhbratt
 
BCoFD Radio Overview
BCoFD Radio OverviewBCoFD Radio Overview
BCoFD Radio Overview
jhbratt
 

Semelhante a Push to-talk-android (20)

An Innovation in the Development of a Mobile Radio Model for a Dual-Band Tran...
An Innovation in the Development of a Mobile Radio Model for a Dual-Band Tran...An Innovation in the Development of a Mobile Radio Model for a Dual-Band Tran...
An Innovation in the Development of a Mobile Radio Model for a Dual-Band Tran...
 
Push-to-Talk-over-Cellular.pdf
Push-to-Talk-over-Cellular.pdfPush-to-Talk-over-Cellular.pdf
Push-to-Talk-over-Cellular.pdf
 
Ip telephony
Ip telephonyIp telephony
Ip telephony
 
Voice over internet protocol (VoIP)
 Voice over internet protocol (VoIP)  Voice over internet protocol (VoIP)
Voice over internet protocol (VoIP)
 
Tscn notesTelecomm Switching and computer Network
Tscn notesTelecomm Switching and computer NetworkTscn notesTelecomm Switching and computer Network
Tscn notesTelecomm Switching and computer Network
 
Telecommunication systems
Telecommunication systemsTelecommunication systems
Telecommunication systems
 
Mis chapter 7b
Mis chapter 7bMis chapter 7b
Mis chapter 7b
 
3G-THE GENERATION SPEEDS UP
3G-THE GENERATION SPEEDS UP3G-THE GENERATION SPEEDS UP
3G-THE GENERATION SPEEDS UP
 
Unit-1.pptx
Unit-1.pptxUnit-1.pptx
Unit-1.pptx
 
iptelephony-141103195507-conversion-gate02 (1).pptx
iptelephony-141103195507-conversion-gate02 (1).pptxiptelephony-141103195507-conversion-gate02 (1).pptx
iptelephony-141103195507-conversion-gate02 (1).pptx
 
Internet telephony
Internet telephonyInternet telephony
Internet telephony
 
Pushtotalk
PushtotalkPushtotalk
Pushtotalk
 
A W T Profoss VoIP & Asterisk
A W T  Profoss VoIP & AsteriskA W T  Profoss VoIP & Asterisk
A W T Profoss VoIP & Asterisk
 
Internet telephony by abhishek mahajan
Internet telephony by abhishek mahajanInternet telephony by abhishek mahajan
Internet telephony by abhishek mahajan
 
Internet telephony by abhishek mahajan
Internet telephony by abhishek mahajanInternet telephony by abhishek mahajan
Internet telephony by abhishek mahajan
 
Bluetooth
Bluetooth Bluetooth
Bluetooth
 
Making Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and CompressionMaking Connections Efficient: Multiplexing and Compression
Making Connections Efficient: Multiplexing and Compression
 
Bluetooth.ppt
Bluetooth.pptBluetooth.ppt
Bluetooth.ppt
 
BCoFD Radio Overview
BCoFD Radio OverviewBCoFD Radio Overview
BCoFD Radio Overview
 
BCoFD Radio Overview
BCoFD Radio OverviewBCoFD Radio Overview
BCoFD Radio Overview
 

Último

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
vineshkumarsajnani12
 
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecJual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
ZurliaSoop
 

Último (20)

Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck Template
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in PakistanChallenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
Challenges and Opportunities: A Qualitative Study on Tax Compliance in Pakistan
 
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecJual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
 
HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024
 
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur DubaiUAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
UAE Bur Dubai Call Girls ☏ 0564401582 Call Girl in Bur Dubai
 
Buy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail AccountsBuy gmail accounts.pdf buy Old Gmail Accounts
Buy gmail accounts.pdf buy Old Gmail Accounts
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service AvailableNashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
Nashik Call Girl Just Call 7091819311 Top Class Call Girl Service Available
 
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 MonthsSEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
 

Push to-talk-android

  • 1. Anjali Jain (9910103580) Nitin Bansal (9910103589)
  • 2. Push-to-talk (PTT), also known as Press-to- Transmit, is a method of having conversations or talking on half-duplex communication lines, including two-way radio, using a momentary button to switch from voice reception mode to transmit mode.
  • 3. Push to Talk over Cellular (PoC) is a service option for a cellular phone network that enables subscribers to use their phones as walkie-talkies with unlimited range. A typical Push-to-Talk connection connects almost instantly. A significant advantage of PoC / PTT is the ability for a single person to reach an active talk group with a single button press; users need not make several telephone calls to coordinate with a group.
  • 4.
  • 5. THREE WAYS OF TRANSMISSION ::
  • 6.
  • 7. INTERFACE FOR USERS :: Screen 1 Settings Communication
  • 8. WHAT’S NEW?? • Low Noise • Behaves same as telephonic conversation not as Walkie - Talkie
  • 9. LIMITATION • Within a building that means low range and less distance covered
  • 10. IMPLEMENTATION:: Sender: UDP Socket programming 1. Create UDP Socket for sending datagram DatagramSocket socket = new DatagramSocket(); 2. Prepare datagram for sending byte[] data = new byte[256]; InetAddress address = InetAddress.getByName("192.168.1.8"); DatagramPacket pack = null; pack = new DatagramPacket(data, data.length, address, 8888); 3. Send socket.send(pack); 4. Receive Prepare new datagram first for holding the incoming packet. The array of byte must be clear in advance. socket.receive(pack);
  • 11. Receiver: UDP Socket programming 1.Start listening for datagram on a certain socket DatagramSocket socket = new DatagramSocket(Server_Port); 2. Prepare datagram for receiving byte[] data = new byte[256]; DatagramPacket pack = new DatagramPacket(data, data.length); 3. Start listening for a datagram socket.receive(pack); 4. Obtaining the data and address and port of sender int port = pack.getPort(); InetAddress address = pack.getAddress(); String content = new String(pack.getData, 0, pack.getLength());
  • 12. RESEARCH PAPER 1. A Client-Side Design and Implementation for Push to Talk over Cellular Service http://ir.lib.nctu.edu.tw/bitstream/987654321/32034/1/A+Client- Side+Design+and+Implementation+for+Push+to+Talk+over+Cellular+Se rvice.pdf 2. Practical Voice Communications in Challenged Networks www.netlab.tkk.fi/~jo/papers/2009-08-dt-talkie.pdf