Showing 73 open source projects for "gsm receiver data"

View related business solutions
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 1
    TinyGSM

    TinyGSM

    A small Arduino library for GSM modules, that just works

    A small Arduino library for GSM modules that just works. This library is easy to integrate with lots of sketches that use Ethernet or WiFi. PubSubClient (MQTT), Blynk, HTTP Client, and File Download examples are provided. Arduino GSM library uses 15868 bytes (49%) of Flash and 1113 bytes (54%) of RAM in a similar scenario. TinyGSM also pulls data gently from the modem (whenever possible), so it can operate on very little RAM. Now, you have more space for your experiments. TCP (HTTP, MQTT, Blynk...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    IRremoteESP8266

    IRremoteESP8266

    Infrared remote library for ESP8266/ESP32

    Infrared remote library for ESP8266/ESP32. Send and receive infrared signals with multiple protocols. This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32 using the Arduino framework using common 940nm IR LEDs and common IR receiver modules. e.g. TSOP{17,22,24,36,38,44,48} demodulators etc. Usage of the library has been slightly changed in v2.0. You will need to change your usage to work with v2.0 and beyond. You can read more about the changes required...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Zcash

    Zcash

    A privacy-protecting, digital currency built on strong science

    Zcash is the future of money-- digital, decentralized and private. It is an implementation of the "Zerocash" protocol; a digital currency based on Bitcoin's code, but with a higher standard of privacy. Like Bitcoin, Zcash transaction data is posted to a public blockchain. However unlike Bitcoin, your personal and transaction data stay completely private. Thanks to a sophisticated zero-knowledge proving scheme, transactions can be verified without showing any information at all about the sender...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    nichenetr

    nichenetr

    NicheNet: predict active ligand-target links between interacting cells

    nichenetr: the R implementation of the NicheNet method. The goal of NicheNet is to study intercellular communication from a computational perspective. NicheNet uses human or mouse gene expression data of interacting cells as input and combines this with a prior model that integrates existing knowledge on ligand-to-target signaling paths. This allows to predict ligand-receptor interactions that might drive gene expression changes in cells of interest. This model of prior information on potential...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    HadesVR

    HadesVR

    The "DIY" SteamVR compatible VR setup made for tinkerers

    HadesVR is a SteamVR compatible VR setup made for tinkerers. The setup includes DIY controllers that are capable of emulating HTC vive wands or most aspects of the Valve Index Knuckles controllers (including finger tracking!). It also includes tracking electronics for a Headset, including an integrated wireless receiver to receive the controllers' data. There's also custom controller hardware like 3d printable shells (still a bit of a WIP) with their respective custom PCBs to build your own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sender & Receiver (Wireless Transfer)
    I have designed a wireless transfer software for home use called Sender & Receiver. This software is only compatible with Windows devices and can only be used within the local network (devices must be connected to the same WIFI). The software is very easy to set up and use, even for beginners. With this software, you can easily transfer files between your Windows devices without the need for installation. It is a convenient way to transfer files and share documents, photos, and other data...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    nmeasim

    nmeasim

    Simulate GPS+AIS sentences and send to a navigation SW

    NMEASIM sends NMEA 0183 sentences to a navigation SW such as OpenCpn via a serial com port or a UDP channel. These NMEA sentences simulate data coming from a GPS(sentence $GPRMC...) and an AIS receiver(sentence !AIVDM...) All the parameters : name, mmsi, initial position (lat/long), COG, SOG for my boat as well as for AIS targets, and I/O configuration (com port...) can be edited in the 'datasimul.json' (file created by the app with default values in V1.0) Just Download the nmeasim.exe...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8

    simple_serial_protocol

    Simple protocol for serial data transfer

    Simple protocol for sending minimal length serial messages for devices using RS-232 directly or over USB. Messages are minimized by sending data as raw binary with only symbols 0xFF and 0xFE defined as special. 0xFF is the message start symbol and 0xFE is the escape symbol. Data values 0x00 to 0xFD are sent verbatim. Data value 0xFF is sent as byte pair 0xFE, 0xFD and 0xFE is sent as byte pair 0xFE, 0xFE. Data messages are minimized by maximizing the common knowledge of the sender and receiver...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    rx2fits

    HF/VHF spectrosopy code for the rx888mk2 direct-sampling receiver

    rx2fits is an SDR code for the rx888mk2 direct-sampling receiver that streams spectral data with frequency up to 65 MHz to FITS files. This code is for the direct-sampling input of the receiver, which transmits real samples over USB3 at up to 130 MHz sample rate. rx2fits processes these samples to spectral intensities via a Fourier-transform poly-phase filter bank, which provides spectral resolution approaching the spectral bin width with good stop-band and adjacent-channel rejection. Sample...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 10

    Secure Protocol Format

    Generic binary protocol library that prevents injection attacks

    Injection attacks can occur when transmitted data is not interpreted the same way by both the sender and the receiver. Guaranteeing equivalence in data interpretation by both the sender and the receiver is called operational congruity. There is a simple technique for achieving guaranteeing operational congruity: separating fields of data on the basis of their length. When the length of the data is known in advance, there is no risk of misinterpreting it on the basis of spaces or other text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Arduino 433MHz Ambient Sensor Receiver

    Library for Arduino to receive 433MHz Temp/Humidity sensor data

    Interrupt-based implementation of a receiver for 433MHz ambient weather data . Currently only one sensor is implemented but well, I may add more... I found the web offering plenty blocking implementations but I wanted my Arduino to do more than only receive ambient climate data, so I wrote this interrupt-based version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    eGPXviewer

    eGPXviewer

    eGPXviewer is a 3D GPX track viewer

    eGPXviewer is a GPS track viewer capable of summarizing key data of input track GPS series, displaying the track's altitude & speed profile and provide interactive 3D perspective views of it. The GPS track data should be input from a GPX exchange formatted file which is typically obtained by downloading a GPX file from a GPS receiver/tracker (e.g. Garmin™) or an iOS™/Android™ tracker app. The GPX exchange format is a standard output file format available in most GPS tracker devices...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Farduino

    A commodity IR receiver is used to make an IR link to an Arduino

    By using special coding it's possible to use a cheap IR LED and IR receiver as used in remote controls to make a simple infrared link between Arduinos using the built in serial port. The problem with RS232 is that it contains a DC component. By restricting the character set such that the DC component is eliminated, it's possible to send and receive data using a commodity remote control IR receiver. A Python program is used to identify the required codes and schematics are provided showing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    openGalaxy

    openGalaxy

    SIA receiver for Galaxy security control panels.

    This project aims to provide a method for listening on a serial port and decode incoming messages from a Galaxy security control panel. The messages are transmitted using the SIA DC-03-1990.01 (R2000.11) protocol. The decoded messages are stored in a database (MySQL) or forwarded by email using ssmtp. Besides just listening for messages openGalaxy can also be used to arm/disarm the panel and much more... This software is still in a testing (beta) phase but has been tested successfully...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    rtlamr

    rtlamr

    An rtl-sdr receiver for Itron ERT compatible smart meters

    ... is a software-defined radio receiver for these messages. We make use of an inexpensive rtl-sdr dongle to allow users to non-invasively record and analyze the commodity consumption of their household. There's now experimental support for data collection and aggregation with rtlamr-collect.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Videoanalitika

    Videoanalitika

    License plate recognition system LPR, ANPR, ALPR

    Recognize license plates from many countries in real time without triggers; Work with different sources: IP cameras, WEB cameras, analog cameras connected through video cards, video files (AVI, MP4) and photos; Control devices (barriers, lights, etc.); Send emails and display alarms in user screen on events; Communicate with GSM device; Send data with POST or GET commands to your web server; Has it‘s own web client server; Much more... Install demo: https://www.youtube.com/watch?v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gqrx software defined radio receiver

    Gqrx software defined radio receiver

    Software defined radio for Linux and Mac

    Gqrx is a software defined radio receiver powered by GNU Radio and the Qt GUI toolkit. It can process I/Q data from many types of input devices, including Funcube Dongle Pro/Pro+, rtl-sdr, HackRF, and Universal Software Radio Peripheral (USRP) devices.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 18
    RSS Feed Downloader

    RSS Feed Downloader

    Download RSS XML files to your local filesystem

    This program monitors RSS feeds and downloads them to the local machine. This is not an RSS reader. It brings the XML file local. The intended use is as an add-on to the Avid iNEWS Data Receiver, so that product can easily receive RSS feeds.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19

    JetiExBus

    Arduino C++ library to connect to Jeti Duplex receiver via EX Bus

    Beta Version !!! Connect your Teensy 3.x, AtMega 32U4 or ESP32 to your Jeti Duplex Receiver Receive rc channel data and send telemetry sensor data. Refer to Jeti EX Bus documentation for wiring http://www.jetimodel.com/en/show-file/642/ Find this project also on github: https://github.com/Sepp62/JetiExBus
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    JetiExSensorCppLib

    Simple C++ Library to send telemetry values via JETI DUPLEX EX

    Implementation for sending telemetry data via the "EX" protocol for "Jeti Duplex" RC-systems. Enables sensor developers to transfer sensor data to Jeti telemetry when using an Arduino Mini Pro 328, Nano, Leonardo/Pro Micro or a Teensy 3.x. The interface is optimized for simple and self explaining usage. Arduino: Connect Pin 0 (TX0) to the "Ext" input of your Jeti Duplex receiver. Teensy: Connect Pin 10 (TX2) to the "Ext" input of your Jeti Duplex receiver. A dummy sensor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Mobile Tracking Processor

    An easy way to remove noise from mobile telemetry data

    This program takes a .txt input file containing the raw output from a Lotek SRX800 receiver and removes false detections based on a user-provided .csv of tagging data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NarrowBand DataTrans

    NarrowBand DataTrans

    Data transmission through low-tech communication media

    Set of executable files for sending and receiving data / short multimedia files through a narrow bandwidth transmission media. The signal output to the transmitter is the sound card analog output socket while the received signal taken from the receiver is fed to a sound card analog input line. Targeted audience: * Short wave / long wave (narrow bandwidth) Amateur Radio enthusiasts * Experimenters of vintage transmission systems * People living in areas with absolutely no Internet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Pi alarm clock

    Raspberry pi + adafruit cap tft + ada fruit case +python code

    Raspberry pi adafruit capacitive touch tft ada fruit case for pi ldr +capacitor for background light level dfc77 receiver for time python code based on wiringpi2, pygame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    TCP-IP Proxy with ISO8583 Decoder

    TCP-IP man-in-the-middle proxy

    TCP-IP man-in-the-middle proxy with ISO8583 decoder. Users specify the port to receive the message and the address and port of the destination message. The message has 2 byte header length followed by data. It is possible to change the message from the listening side to the sender side on the fly and vice versa. Cryptography enables to adjust message hash on the fly to accommodate changes made on the injected messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    sdcf

    sdcf

    SDCF - Sensor Data Collection Framework for Android

    SDCF is an extensible and highly configurable sensor data collection framework for Android. The SDCF library provides a full configurable service to collect different sensor data (accelerometer, gsm, wifi, network and gps, light, temperature etc.) on a mobile android device. The data is stored in a local database (on the device) and can be transmitted to a remote host periodically (serialized to XML, and optionally packed into an rsa-encrypted archive). The service can also broadcast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next