Showing 460 open source projects for "java open source"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    LiteASM

    LiteASM

    Light Weight & Customizable Assembly Compiler & Virtual Machine

    LiteASM is a light weight and reconfigurable Assembly language compiler and Virtual Machine. It is specially design for embedded systems to use as a portable script interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    ChipKit RealTime Clock & Calendar

    Library for the RealTime Clock and Calendar in the ChipKit Boards

    Support for the UNO32 and MAX32's RTCC module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Quarter (15')
    For automatically installing Windows. You no longer need burn OS disc, interfere installing process, search device drivers online and then install them. Just click a couple of buttons and wait for about 20 minutes, then you get a ready to use Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    LabMonkey Embedded Automation Platform

    Create networks of embedded devices for data logging/automation tasks.

    LabMonkey is a collection of designs for embedded devices which can be networked together to provide a range of automation, data logging and signal processing functions. A key design objective is to use as little dedicated hardware as possible for communication between nodes in the network, and to be able to adapt the network topology in real-time so as to minimize the occurrence of collisions between packets. To achieve this, a protocol has been designed specifically for the task, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    KaeilOS

    KaeilOS

    Koan Advanced Embedded Industrial Linux Operating System

    KaeilOS is an embedded linux GNU/GPL distribution composed of a collection of the best publicly available Open Source packages. Version 4.00 available since January 2009 has joined OpenEmbedded project offering a wider selection of packages and recipes.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    WSNFuse provides an abstraction layer for wireless sensor networks, allowing to expose one or many WSNs by means of different access technologies(e.g.: filesystem, JMS, RMI, Smart-Spaces, etc.).Its plugin-based architecture allow users to develop and adopt thei own plugins and configure WSN fuse to better suit their needs. This project has been partially supported by the CHIRON EU research project co-financed by the artemis joint undertaking (http://www.chiron-project.eu/) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BASIC interpreter for the 16bit PIC microcontroller 24FJ64GA002. The interpreter runs on the chip only, no compiler/tokenizer is needed. Communication with PC is done by USB-to-serial converter cable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Unix-like operating system for the TI-89 and TI-92+ graphing calculators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ChumbOS Launcher

    ChumbOS Launcher - Native Application Launcher for Chumby

    ChumbOS Launcher is a native C application that is designed to break the shackles of the Chumby, so that not only flash applications can take advantage of the cute little colour screen, touchscreen input, rotary encoder and it's majestic Chumby Button. By the way, not that it had too many shackles, don't get me wrong, but the limitation of using only flash widgets on a device having the horse power of a 450MHz full blown computer, seems to me, a bit of a waste and just a bit annoying. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    This project comprises a .Net library written in C# to communicate with an eZ430 Chronos access point and therefore the ez430 Chronos watch itself. Also have a look at an example project at https://sourceforge.net/projects/chronosexample
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RTAI patch for ARM Cortex-A8 processors Please NOTE: The currently available patches are NOT for productive usage! They are snapshots of the porting process to give interested people a point to start with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sisolo is a simple solar logger, meant to run on small embedded devices, like routers. Currently it targets OpenWrt, uses Yasdi to interface with SMA inverters and Curl to store logs on an ftp server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GXSerial is moved to GitHub. http://github.com/Gurux
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    AVRILOS

    AVRILOS

    Simple AVR OS

    A simple Embedded System Framework that allows rapid development of applications build for AVR family. System is based on a super-loop architecture with check and skip (no-wait) flag event driver system. Supports: UART, SysTick Timer, ADC, SPI, EEPROM, PWM. Also supports: Xilinx FPGA configuration, FPGA SSI interface, smart card reader etc. Tested partially (different modules in each case) on ATMega163/16/32/323/8. Awards CodeProject 2010, Third Prize, Hardware and Device...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15

    SpiffChorder

    FW and HW design for a 7-key chording keyboard

    Spaceman Spiff's Chording Keyboard Experiment (or SpiffChorder for short) is an experimental platform for creating a USB chording keyboard. A chording keyboard or Chorded keyboard is an input device where characters can be typed by pressing multiple keys at the same time. A popular design is the 7-key chorder, where one key is used for each of the index finger, middle finger, ring finger and pinky, and 3 keys for the thumb. This can be used with either the left or right hand (or a chorder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    windows has rundll, rundotso is for linux load shared library(.so) and run the functions. rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun! Made by Biyong SUN ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SoftLed

    LED Animation Firmware for Maple/Arduino

    The system uses internal databases to store led information such as pin number, target brightness, time at which the brightness should be reached and current program number. When the target is reached the led looks for the next program and get new time and brightness. Leds and programs can be manipulated on the fly, in the program or from serialusb. A very simple task scheduler call the update of leds every 5ms, leaving plenty of processor for other tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    nwGTPv2 is free and open source implementation of GPRS Tunneling Protocol version 2 (GTPv2) or Evolved GTP (eGTP). GTPv2 is primarily used for control signalling between Serving Gateway SGW and PDN Gateway (PGW) in Evolved Packet Core (EPC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GXSMS offers an easy way to send and receive SMS (Short Message Service) messages using a modem that is capable of sending SMS. Sending and receiving SMS has never been so easy. Enable your desktop and web applications to send SMS messages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    GXTerminal is moved to GitHub. http://github.com/Gurux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GXNet is moved to GitHub. http://github.com/Gurux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GXSNMP offers an easy way to use SNMP (Simple Network Management Protocol). SNMP is communication protocol that offers easy way to communicate with wide range of different devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The GXPing component determines methods, with which GXPing component detects, if a remote computer is reachable. A successful Ping indicates that the remote host can be reached on the network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GXGPRS offers an easy way to send data using GPRS connection. General Packet Radio Service (GPRS) enabled networks offer always-on, high capacity, Internet based content and packet based data services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GXDialUp offers an easy way to add dial-up connectivity to your applications. The GXDialUp component allows developers to manage Windows dial-up connections and embed dial-up connectivity into their own applications.
    Downloads: 0 This Week
    Last Update:
    See Project