Showing 85 open source projects for "using"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 1
    deadlineRTOS

    deadlineRTOS

    A FreeRTOS fork implementing EDF scheduling

    This is a fork of FreeRTOS 7.3.0 using an earliest deadline first scheduler instead of the standard fixed priority scheduler BIG FAT WARNING: THIS IS HIGHLY EXPERIMENTAL SOFTWARE! USE AT YOUR OWN RISK! NEITHER REAL TIME ENGINEERS NOR THE AUTHOR(S) OF DEADLINERTOS PROVIDE ANY WARRANTY!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    *** NOTE: as of Sept 2012, Synopsys is no longer using this project to update GNU Toolchain and Linux kernel for DesignWare ARC processors. Open Source Software for DesignWare ARC processors has been moved to github at: https://github.com/foss-for-synopsys-dwc-arc-processors
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Driver module using rtc-driver allowing multiple users to use the real-time-clock. Each task opening the timer device gets its own image of the RTC. Except setting the RTC, all features can be used on a per task basis without frequency restriction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    a new user-level threading library in C for unix-based operating systems which can be made use of to create threaded programs. Apart from threading, the library also provides for mutual exclusion using semaphores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Linux PAE64 is a linux kernel port which runs 32 bit device drivers and 64 bit user applications. The kernel runs in compatibility mode using memory range 3G to 4G.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Embeddedable Forth compiler is a Forth system for 32 bit devices with no OS. I am currently using it with ADUC7026 board. Also tested on STM32. Win32 version is is used for testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An open hardware and software platform, Octobits attempts to recreate the aesthetics of the early eight-bit computer age using cheap, powerful, and readily available modern components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Implementation of virtual threads for the XS-1. Currently a simple context switching implementation for the XMOS XS-1 architecture (Gn, Ln products). Allows a user to run low speed processes on a single thread using time sliced scheduling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MODEST - MOdifyDEScripTor -
    Modest is an LKM piece of code that allows users, running a user-space control application which interacts with kmodest char driver using ioctl() syscalls, to redirect I/O write() or writev() system calls to a second file descriptor at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Hobbyist operating system using a new microkernel. The objective is to not get bogged down by ancient legacy processor support. The OS is meant to be designed from the ground up, without utilizing any legacy or existing implementations or designs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PPA is a project intended to improve today's per/process accounting by summarizing overall CPU usage time based on detailed understanding of CPU utilization. Besides using this data for real time decisions, it becomes extremely useful during performan
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Multiband Atheros Driver for WiFi (MADWIFI): Linux driver for 802.11a/b/g Cardbus/PCI/MiniPCI cards using Atheros chipsets. *** Attention: homepage moved to http://madwifi-project.org - files from sf.net CVS deprecated! ***
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Function call tracing in the Linux kernel and userspace applications. Dynamically sets probes (using VProbes, a KProbes variant) and displays the function call trace of a process calling kernel or application functions. The superior of strace and ltrace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project tries to implements MAC (FLASK architecture) on a standard Linux 2.6.x kernel using Linux security modules (LSM). The aim is to archive atleast TCSEC B1 level of security standard.This project is part of the Operating Systems course at IIIT-
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Battery applet for xfce4 panel using dbus and hal facilities to read information about a laptop battery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Open Source microkernel for ia32 architecture. Basically this is a full functional operating system implementation using GNU C and nasm. Fully commented in spanish and with external documents explaining system calls, library functions, design, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project contains the USB to Combo Serial & Printer port Linux kernel driver for cables using the Moschip MCS7715 chip. It is packaged in a stand-alone form that can be used with older 2.4 and newer 2.6 kernel versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    THIS PROJECT IS OBSOLETE AND UNMONITORED Current discussion regarding bonding occurs on the netdev mailing list: netdev@vger.kernel.org Linux kernel driver for aggregating multiple network links into a single link, using a variety of methods. Stable driver source is part of the linux kernel; source releases here are either pre-release patches, experimental or historical.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ManRiX is an open source microkernel based operating system with POSIX interface. It is written from scratch using C and Assembly. Microkernel contains just few basic components of an Operating System while others are implemented as user process.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Nx is a simple (yet only x86) multiprocess operating system kernel written in C (and some parts in assembly) from scratch. Our goal is to achieve high performance, speed, flexibility and security by using the simpliest possible design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FabBSD

    FabBSD

    4.4BSD-based UNIX-like operating system for CNC / machine control

    4.4BSD-based UNIX-like operating system for CNC / machine control applications. Using low-cost hardware, FabBSD can be used to control a wide array of CNC milling machines, lathes, routers, process-control and automation equipment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LifoBot is a simple robot built from scratch using a Gumstix embedded system. It is controlled via bluetooth and is able to move exploiting two engines. This is a didactic project designed for people wanting to learn something new.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A FIFO implementation using circular buffers. Portable C code for embedded systems. Deadlock free and re-entrant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Trio extends the existing Linux scheduler to support proportional-share scheduling using a scheduling algorithm, called Distributed Weighted Round-Robin (DWRR). It allows users to control shares of CPU time for any thread or group of threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    InterStructures a Linux System Administration platform built using MMC familiar to systems administrators.It is a complete server administration platform integrating Linux and Windows servers and providing intuitive and easy point and click administratio
    Downloads: 0 This Week
    Last Update:
    See Project