Showing 425 open source projects for "bus"

View related business solutions
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 1

    Hausbus

    Hausbus System (Master / Slave) zur Licht-, Heizungssteuerung und mehr

    * Zentrale Steuerung (Master) auf Linux Basis. Lauffähig z.B. auf kostengünstig OpenWrt-Router * Schaltmodul im Hutschienenformat (Eingang, Ausgang) * Displaymodul für Wandmontage * RS485 als physikalischer Layer (19200 Baud), Stern-, Ringstruktur * BUS Protokoll: Aktuell angelehnt an „Open HC“ * 24V DC zur Bus / Schaltmodulversorgung * Master und Simulierte Clients (Busmodule) auch auf Windows lauffähig. Somit sind erste Versuche und Debugging ohne spezielle Hardware möglich...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CAN Bus Logger

    CAN Bus Logger

    Logging CAN bus traffic on SD card

    Usually professional tools like Vector, Softing, ETAS or DSPACE are used to log the CAN bus traffic in a vehicle or industrial setup. In some usecases, the data have to be converted to some other analysis tools like MatLab, Excel, SCILab or some free MatLab clones. With this cheap Arduino-based setup, it is possible to define messages and signals to be logged on the SD card. The measurement can be started and stopped by Bluetooth connection via handy.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    tv16k7

    trace viewer and bus decoders for data captured by Agilent 16700 LA

    A tool for graphical analysis of digital traces recorded by Agilent's Logic Analyzers like HP16700. It is possible to perform higher level bus protocol decoding and parsing with help of "search" tab. These tabs are used to select the Bus Decoder (plugin shared library), configure Bus Decoder parameters and execute higher level analysis. The tool tries to be self descriptive and get as many information as possible from HP16700 for better documenting labor: e.g. test cases, spotted issues and so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    can4linux

    can4linux

    CAN bus device driver

    can4linux is hosted on https://gitlab.com/hjoertel/can4linux since 2016. Don't use SourceForge anymore for this code. can4linux is an universal Linux device driver for ISA or PCI interface boards with CAN interface and embedded CAN controller solutions. Based on the API provided by can4linux commercial protocol stacks for CANopen, J1939 and DeviceNet are available. A first PCI board with an FPGA based CAN FD controller is supported (TARGET=IXXAT_IB500) in the CAN FD ISO mode but also non-ISO
    Downloads: 3 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 5
    Excel to Graphviz

    Excel to Graphviz

    Create graphviz diagrams with excel

    Free, easy to use, excel tool to create data and process flow diagrams with table data In separate excel sheets you define items(nodes), lines(edges) and grouping(clusters) Separate definition of node, edge and cluster styles Graph settings sheet Output control sheet Examples and readme are included in the zip file Get it working: -Install graphviz (http://graphviz.org/Download.php) -Download Excel to Graphviz -Open one of the ExcelToGraphviz workbooks -Go to sheet settings...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    rawi2ctool

    RAW I2C command line tool for debug, test and more

    This is a Linux command line tool to do raw I2C accesses to a bus, IF SUPPORTED BY THE ADAPTER, to probe the bus, read or write some data, detect glitches, do a bench, program an EEPROM with the required blocksize, test the I2C bus driver, ... Raw I2C mode enables data frames that are not supported by SMBus and related tools (such as i2cget, i2cset, i2cdump)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    bel_fft

    bel_fft

    FFT co-processor in Verilog based on the KISS FFT

    bel_fft is a FFT co-processor that can calculate FFTs with arbitrary radix. It is a hardware implementation of the free software Kiss FFT ("Keep it simple, Stupid!"). The target was to allow a simple replacement of the software code with the hardware implementation. Therefore bel_fft comes with a software driver that is compatible with the Kiss FFT routines. bel_fft also has a modular architecture and allows interfacing different bus architectures. So far AMBA AXI, Altera's Avalon bus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Development site for a new model railroad control bus for the 21st century.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CANpie
    This project defines a Standard API for access to the CAN (Controller Area Network) bus. The API provides functionality for ISO/OSI Layer-2 (Data Link Layer). The project is now hosted on GitHub: https://github.com/canpie/CANpie
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 10

    IrrigationController

    Smart Home Irrigation System

    ... 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. In my implementation I used these small water pumps from Conrad: http://www.conrad.hu/conrad.php?name=Products&pid=539090 The whole system is powered by a 12V / 4A SMPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    i2cnet

    An i2c to TCP/IP adaptor to allow easy remote control of an i2c bus.

    This project was created to make i2c programming easier and platform independent. It is targeted toward the raspberry PI but it should work on any linux playform. By abstracting the use of an i2c bus behaind a TCP/IP socket, it becomes possible to create and test applications on any platform with a TCP/IP stack. Useage: 1. Install i2c-tools: apt-get install i2c-tools 2. Extract the binary: tar -zxvf i2cnet-1.0.0-rpi.tar.gz 3. Run the utility: ./i2cnet For usage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    domotic-dream

    domotica facile open economica

    domotic-dream è il sistema di domotica basato di server LAMP e ideato per gestire moduli e apparecchiature su bus 1-wire, modbus 485.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Java driver for the M-Bus protocol (http://www.m-bus.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    With LEIBnix you can control and monitor devices connected to the EIB (European Installation Bus). LEIBnix uses the FT1.2 protocol/interface to connect to the EIB. Physical interface can be any bus-coupler or BIM-113 module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CANStream

    CANStream

    An applicaton for CAN bus coms development, testing and validation

    CANStream is a .NET application intended to be used for CAN (Controller Area Network) bus communication development, testing and validation. CANStream allows to extensively test any system using CAN communication by sending and receiving CAN frames. Thanks to its powerful built-in mathematical expression evaluator, CANStream can also behave as a real control system feeding back the test device or commanding a third party device with context sensible data. Extended data logging and data analysis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    485solar-get is written in C, it is a datacollector for SMA inverters and is developed to work together with other inverters, communication with different protocols and baudrates, on 1 rs485 interface-bus like Power-one's. for Instructions: http://wiki.breedveld.net/index.php/485solar-get
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SEPTA Next Bus

    SEPTA Next Bus

    Prediction API for Septa buses

    Use SEPTA bus gps data to ultimately determine when a bus will reach a certain stop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Raspberry Pi I2C in Ada

    Allows Ada code to drive I2C devices on the Raspberry Pi

    The project enables Ada code to drive devices attached to the Raspberry Pi via the I2C bus. The first supported device is the MCP23017 I/O multiplexer. The code is released under GPL V3 with the GCC Runtime Library Exception, version 3.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Websphere SIB/ MQ Monitor

    Connect to Websphere service integration bus or MQ to monitor JMS mess

    Connect to Websphere service integration bus or MQ to monitor JMS messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HSK

    HSK

    High Speed Karlsruhe open automotive code initiative

    Since the summer of 2010, the FSAE team High Speed Karlsruhe uses Infineon's XC878 to power its electronics. The XC878 is an 8052 compatible 8-bit µC. Our dedication is to 8-bit real time applications, guaranteed by the powerful peripherals of the XC878. This project aims to publish those portions of our code, which may be of use to a wider audience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    bitview

    Set and clear bits, view in hex and dec, perform logic and arith

    Bitview provides a way to set bits based on number, or to input a hex number and view the bits as they would appear in a register. You can also format the bits. For example, a PCI configuration address consists of segment-bus-device-function, where segment is 16 bits, bus is 8 bits, device is 5 bits, and function is 3 bits. You can view a PCI configuration address in this format by inputting 16.8.5.3 in the format window and seeing the results in hex in the results window. There is also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenECoSys
    Open source embedded distributed systems based on Microchip's PIC microcontrollers. A software tool called NetworkViewer for monitoring the modules on the distributed network is also available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    ds1621avr

    A hotplug-capable DS1621 temperature sensor library for the AVR

    AVR library to get readings from up to 8 of Maxim Integrated's DS1621 TWI temperature sensors. The DS1621 can only perform about 2 conversions per second, it seemed to be a good idea to assign the TWI communication with a pretty low priority within the avr. I decided to use interrupt flag polling rather than ISRs which is only possible because the AVR is the master device on the TWI bus. The library is hot-plug capable and adding or removing sensors from the bus is possible at all times...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    I2C-Java

    A Java Library for I2C

    The idea behind this project was to write Java JNI routines to allow Java to drive an I2C bus. The bus could be on any machine that could run Java. As well as the JNI there would be a Java library with routines designed to talk to various I2C chips.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    AntennaTuner

    A remote symetric antenna tuner using switched relays.

    ... are an two MCP23017 as I2C-Bus expanders.The MCU is an ATmega88 in a small housing. I decided me to use I2C-Bus Expanders instead using an ATmega 1284p and direct I/O handling in the expanding capability of this concept. If i need more I/O or and ADC, RTC, Temp-Sensor or ever, i need just 3 Lines to join the hardware extension to the bus.
    Downloads: 0 This Week
    Last Update:
    See Project