Showing 15 open source projects for "k8055"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Velleman K8055 USB Experiment Interface Board driver. This driver provides a /proc interface which allows the inputs and outputs of the K8055 to be accessed as if they were files, making the K8055 accessible from any programming language and the shell. In addition to the /proc interface a joystick/input device is created for each K8055, Optionally a (user provided) script can be executed by the driver when it detects a change on one of the inputs or outputs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    K8055 Java Lib

    A simple Java library for the K8055

    A simple Java library for the K8055. This Library uses the TWUsb lib from http://www.wenzlaff.de/twusb.html. It expands this lib by the ability to access the IOs by only using variables. Additional it expands TWUsb by an simple Serial interface to control 74HC595 shift registers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Velleman K8055 Eclipse Plugin

    Eclipse Plugin for Velleman K8055 board

    Eclipse Plugin for Velleman K8055 experimental board
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    k8055n-boardtester

    Velleman K8055n Testing application for Linux

    This is a "clone" of the famous Velleman k8055n test application suitable for Linux. It is build on http://jodersky.github.com/k8055 (libusb) and KDE 4.12, QWT and QT
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5

    STANTOR

    Scada for Home Automation

    Stantor is a SCADA for home automation/domotic project. It drives : k8061-K8055(USB), K8000(I2C), Arduino Mega and Uno, X10, 1-Wire, electricity meters, Webcam (motion), infrared remote controls. It uses WEB browser, smartphone, xHTML, SOAP, Websocket, HTML5 Apache, mySQL, PHP, javascript and Ajax. Stantor allows control of electrical equipments like boilers, shutters, lamps, pumps, etc...connected to the 220V/110 VAC. Gathering information of various kinds such as temperature, light, switches...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    K8055 library for x64 platform and with Java JNI package. The library source is coming from the project "Library K8055 for Linux" (http://libk8055.sourceforge.net/) with some changes for Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Linux program/library for interfacing the Velleman k8055 USB I/O board
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    k8055utils
    k8055utils provide control of up to four k8055 USB interface boards. k8055d monitors up to four k8055 USB interface boards. k8055m controls or observes k8055d via Shared Memory. k8055s controls or observes k8055d via Sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pyk8055 Python module
    A Python module to seamlessly interact with the Velleman K8055 kit via the K8055D.dll for Windows using Python ctypes
    Downloads: 2 This Week
    Last Update:
    See Project
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
  • 10
    This desktop application provides graphical control of K8055, a USB Experiment Interface Board by Velleman (http://www.velleman.eu/). It will be mostly platform-independend at a later time. The current (beta) version is for windows 2000/XP/Vista/7 on 32Bit. It is incompatible with all other Operating Systems and with 64Bit architecture. I stopped developing this application. Feel free to reuse the code or contact me on Questions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project provides a linux kernel module driver for the Velleman K8055 USB Experiment Interface Board. It creates and gives you access to /dev/k8055 virtual device file. You can communicate with the driver via ioctl() from c programs. Happy hacking!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    python interface to vellman k8055 I/O board
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    K8055 User Interface is a Mac OS X based Cocoa application for controlling the Velleman K8055 USB interface. Included is a static library which can be used for developing other applications and closely replicates the Velleman Windows .DLL functions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    K8055 is a Mac OS X based control panel for the Velleman K8055 USB I/O card. It's a Cocoa / Obj-C application which can be used to control the K8055 from your desktop. The source will also provide a starting point for other K8055 interfacing applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    K8055USBInterfaceServer

    A Http web service for the Vellemann K8055 USB interface board

    This is a very simple project which exposes an Http server for the Vellemann K8055 USB experiment interface board. The project was created with QtCreator and uses the qtservice package. Most of the code is based on one of the examples that can be found in the qtservice package. I personally use the application to control the interface card with PHP scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next