Showing 26 open source projects for "wire"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    TFT_eSPI

    TFT_eSPI

    Arduino and PlatformIO IDE compatible TFT library

    ...The library can be loaded using the Arduino IDE's Library Manager. Direct Memory Access (DMA) can be used with the ESP32, RP2040, and STM32 processors to improve rendering performance. "Four wire" SPI and 8 bit parallel interfaces are supported. Due to the lack of GPIO pins, the 8-bit parallel interface is NOT supported on the ESP8266. 8 bit parallel interface TFTs (e.g. UNO format mcufriend shields) can use with the STM32 Nucleo 64/144 range or the UNO format ESP32. ILI9341 and ST7796 SPI-based displays are recommended as starting points for experimenting with this library. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2

    tcpreplay

    edit and replay captured network traffic

    tcpreplay is a suite of tools to edit and replay captured network traffic.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 3
    owfs and owhttpd

    owfs and owhttpd

    Project moved to https://github.com/owfs/owfs/

    Please note that OWFS source code, and all Issue/Tickets/merge requests have now been moved to https://github.com/owfs/owfs/. Developer mailing lists will still be kept at Sourceforge. ---- OWFS -- 1-Wire file system. Use the Dallas 1-Wire and iButton chips with standard filesystem commands. Create temperature loggers. Monitor everything. OWHTTPD -- same system, only used as a light weight web server. OWFS is also ported to embedded routers, Mac OSX and Windows. Basically you can use these inexpensive little sensors and other chips with very simple wiring to sense and control the physical environment. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    OpenRemote

    OpenRemote

    Open Source for Internet of Things

    An Open Community in the Home Automation and Domotics space. We believe an Open Source approach can revolutionize the way people create, install, and maintain software in the industry. Our panel technology integrates with your favorite protocol and runtime hardware through Open Source software. We open up the front-end and support a unified panel and visual programming model. An installer can pick and choose hardware products from different vendors and still present one panel UI to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5

    IrrigationController

    Smart Home Irrigation System

    ... * Sensor Controller Module is attached to the Main Controller Module via RS232 interface. This module is the master controller for the Soil Moisture Sensors and also contains a Dallas 1-Wire interface for temperature sensors. * Soil Moisure Sensors are responsible for sensing if the soil of irrigated flowers are wet or not. These sensors are attached to the Sensor Controller Module via slow speed I2C bus. The modules use 2-pin probes and drives them with 4 kHz square wave in order to avoid oxidating the probes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gnhast

    gnhast

    gnhast - Garbled's NetBSD Home Automation Scripting Tools

    gnhast - Garbled's NetBSD Home Automation Scripting Tools A collection of daemons that work together to build an event-based home automation system. The core set of daemons is written in C, however, any event (such as a light being turned on) can be handled by an external script or program. These programs can be written in any language, and the central daemon handles all the intercommunication. It is designed to be easily extensible for new device types and protocols. The core...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    IR-controller

    STM-32 code for IR-spectrometer management

    This is a project of IR-spectrometer controller. It based on STM32F103 chip with a lot of peripheral devices (1-wire thermometers, stepper motors, platinum thermistors and so on). In future I hope to add here schematics of full control system for this device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Serial Wire Debug (SWD) Open Library for low level Debug Access Port (DAP) on new ARM Cortex CPU devices. PROJECT HAS MOVED TO https://GitHub.com/CeDeROM/LibSWD PLEASE UPDATE YOUR LINKS! :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Home Heat Controlling System

    Software controlling electric heaters

    HHCS allows to control electric heaters at home, assuming these heaters have a pilot wire.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    cyphertite

    cyphertite

    Secure, encrypted, zero-knowledge online data backup.

    ...Cyphertite is a tar-like secure remote archiver. It deduplicates, compresses, and encrypts data prior to transmission, providing total privacy while reducing unnecessary wire traffic. It seamlessly supports IPv6 and IPv4 on a variety of platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    WiRe

    The Android-smartphone universal television remote

    The WiRe project seeks to provide android smartphones with universal Infrared (IR) television remote control functionality. The limitations/scope of this project include: 1. Android application will be restricted to a minimum Android Operating Sytem of Android 4.2.2 2. Data communications will be conducted over a Wi-Fi network 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    One-Wire Weather
    Oww (One-Wire Weather) is a server and client for Dallas Semiconductor / AAG 1-wire weather station kits.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    serialLCD ATmega8 (ArduinoBased)

    The serial LCD module using ATmega8 along with easy arduino library.

    ...The arduino library uses SoftwareSerial internally to communicate ATmega8 via digital pin 6 (only for uno/duemilanove or clone with atmega8/168/328, not for mega & due). Only one wire simplex serial communication at baudrate 9600 is required to communicate with serialLCD module. The library & firmware file is released in public domain as open-source project. Feel free to edit/improve/share it. *** Raspberry Pi python library added. video available on youtube at: http://youtu.be/adNOWREWuL8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    1-wire slave for PIC microcontrollers. Supports SHT1x and SHT2x Sensirion humidity sensors. Programmed in C for PIC16F84A
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    L7Latency

    Layer 7 Latency Measurement Tool

    This tool is designed to help administrators identify application latency. In order to measure service latencies, this tool captures packets of interest off the wire, and observes the timing together with the direction of the payload.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A syslogd supporting on-demand disk buffering, TCP, writing to databases, configurable output formats, high-precision timestamps, filtering on any syslog message part, on-the-wire message compression, and the ability to convert text files to syslog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Set of various C-routines for Atmel AVR MCUs, packed in several libraries, with fancy Makefile system for easy integration with user projects. Contains functions for UART, SPI, HD44780 or T6963C LCD\'s, Dallas 1-Wire bus, AVR bootloader and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an open source embedded network monitor that utilises an XMOS 4 core device (XS1-G4). It is built on the XMOS XC-3 dual ethernet kit with a custom display board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    lysis is working on a features rich home automation system that ranges from CAN-bus, 1-wire and RF up to a HTPC; both hardware and software are addressed to make the really smart home; the domotics will provide energy saving, comfort, flexibility, safety
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Monitor SMB/CIFS traffic on the wire, live! Use this tool to monitor your Samba and/or Windows Server installations. Run smbstat anywhere in the network and track multiple clients accessing multiple servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SP Tools implements the wire interface to ReefNet's Sensus Pro divelogger. It allows dive data to be downloaded, and the sampling rate to be changed. Originally called SP Tools for Linux and aimed at x86, it now supports Solaris SPARC too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    No Wire is a minimal Linux distribution that converts an Intel-compatible PC into an Internet firewall/router device. We are developing support for 802.11x routing as the main focus. It is focused on ease of use for people without a Linux background
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenSCF is a GPL'd middle-ware or messaging solution utilizing unrestricted XML as a wire-format, and providing a service provider (daemon) and client development framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Python bindings and wrappers for accessing iButton devices on a 1-wire net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The 1-Wire Net PD Kit is an open source library designed for the portability of 1-wire applications to various target platforms. This API provides all of the 1-Wire Net services to communicate with Dallas Semiconductor's 1-Wire devices including iButtons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB