web based interfaces for digital 2 way radio
play

Web Based Interfaces for Digital 2- Way Radio NW Digital Radio - PowerPoint PPT Presentation

Web Based Interfaces for Digital 2- Way Radio NW Digital Radio Corporation Our Market Amateur (Ham) Radio Operators Emergency Communications Support Digital Data (Messaging), Digital Voice Ad-Hoc Networking Situational


  1. Web Based Interfaces for Digital 2- Way Radio NW Digital Radio Corporation

  2. Our Market ● Amateur (Ham) Radio Operators – Emergency Communications Support ● Digital Data (Messaging), Digital Voice ● Ad-Hoc Networking – Situational Awareness ● Geolocation – Experimentation ● New Modulation Techniques ● New Protocols –

  3. Radio Design ● 30 Watts UHF (430-450 Mhz.) ● Embedded ARM Based Computing Platform ● I/Q 2-point Modulation and Detection ● Ethernet ● 4 Host USB Ports ● Software Defined Modems (Socket Interface) ● Software Defined Protocols (Socket Interface) ● Embedded Applications on Linux OS (Debian)

  4. Configuration and Control ● No Physical Controls ● All Control is Via Network (Ethernet, WiFi, etc.) – Frequency – Power – Protocol – Modulation

  5. Monitor and Communicate ● Monitor – Environment – Performance (RSSI and BER) ● Voice and Data I/O – Streamed – Packet Switched

  6. The Software Challenge ● Sockets to Hardware for Control and Monitoring ● Sockets to Multi-Stage Pipeline – Voice and/or Data – Protocol – Modem – RF – Configuration and Transport ● No / Low Jitter Streaming for Digital Voice

  7. The Software Challenge ● Target Rich Clients – Multiple Operating Systems / Environments – Smart Phones, Tablets, Desktops, Purpose Built – I18n / Support for Disabilities ● Inter-Application Data Streams – On Processor – Over Internet – No UI Endpoint

  8. Websockets ● Started by learning about Websockets – Full interaction between modern browsers and web application – Useable with non-web GUI elements – Implemented some crude applications – Required intimate knowledge – Gave some of the functionality needed

  9. node.js to the Rescue ● Discovered node.js as a framework Fall 2012 ● Provided a container and the use of JavaScript – Server – Client ● Introduction to programmers ● Much quicker implementations with reusable design patterns

  10. “Packet Capture” ● Existing network based programs use well known or configurable ports ● Use “pcap” module – Leaverage pcap filters from tcpdump ● Capture packets (UDP or TCP) – Protocol handlers (D-STAR / APRS) – Events update model in app – Push model state as JSON to “subscribers”

  11. Endpoint Socket Communications ● Open sockets to applications and modules – Use “dgram” module – Communication ● Exchange streams ● Data and Configuration ● Authentication – Use “crypto” module ● Monitor and Control Radio

  12. Web Interfaces ● Use socket.io to abstract transport – Pass JSON objects bidirectionally – Replicate state model on server and web ● Update via JSON objects ● Use http or express to manage presentation path – Light HTML with JavaScript DOM modification – Do not use JADE or other layout languages ● Manage sessions for multiple users

  13. Shared Model ● Multiple clients in application(s) – Endpoint sockets – Packet capture ● Server for Web/socket.io clients ● Data is passed between clients and server using shared objects within the application. – Queues – Events

  14. Questions

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend