Coder Social home page Coder Social logo

zibri / spock Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tempestradiostation/spock

0.0 0.0 0.0 344 KB

Spock is a demonstration software. It demonstrates how audio may be received from a host computer running a software called Scotty. Scotty transmits audio from a host computer by controlling GPU memory data transfers. Each memory transfer generates electromagnetic waves. By controlling the memory data transfers, the software transmits the data from the computer.

License: Other

C++ 47.71% C 52.29%

spock's Introduction

Spock

Spock is a demonstration software. It demonstrates how audio may be received from a host computer running a software called Scotty. Scotty transmits audio from a host computer by controlling GPU memory data transfers. Each memory transfer generates electromagnetic waves. By controlling the memory data transfers, the software transmits the data from the computer.

Spock performs the following tasks:

  1. It receives data at a specific frequency, using an SDRplay RSP1A receiver.
  2. It processes the OOK data into a bitstream.
  3. It calculates the length of each symbol.
  4. It calculates what data is out of the transmitted symbol.
  5. When enough symbols are gathered, it searches for the transmitted header bytes.
  6. When header bytes are located, the software process the incoming packet. 6.1. It fixes errors using the Reed-Solomon parity bytes. 6.2. It calculates the checksum and checks its validity. 6.3. If the checksum exam passes - the packet is good to process.
  7. It passes the data from the incoming payload to a G.726 decoder.
  8. It gathers the PCM data in buffers, and plays it at the user's will.

Spock was released by Paz Hameiri in 2021.

It includes a slightly modified version of Simon Rockliff's Reed-Solomon encoding-decoding code. It also includes a G.726 code, provided by Sun Microsystems, Inc. The basic SDRplay RSP1A routines were taken from documentation supplied by SDRplay.

Permission to use, copy, modify, and/or distribute the software that was written by Paz Hameiri for any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

spock's People

Contributors

tempestradiostation avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.