Search Results for "round robin algorithm in c#"

Showing 18 open source projects for "round robin algorithm in c#"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Haiway

    Haiway

    Haiway Edge Computing OS

    Haiway is a simple operating system written from scratch in C with the goal of helping learners understand OS development fundamentals. Targeting x86_64 systems and running in a bare-metal environment like QEMU, Haiway implements its own bootloader, kernel, and essential subsystems such as memory management, interrupt handling, and user process execution. Designed to be lightweight and readable, the project emphasizes clarity and modularity, making it a useful base for experimentation...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Like OS

    Like OS

    Real time preemptive embedded multi-thread kernel

    This project is now in the research and development stage. It is intended for very small microcontrollers with a single processor and represent simple multithreading kernel what written by C language. Is planning create implementations for AVR8 and STM8, may be. Now it is suspended until better time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CWTE-Text-Editor

    CWTE-Text-Editor

    A Text Editor - Modeled Off Editor Within ISPF / SPF / PDF

    A full screen line oriented text editor with a command-line user interface, a WYSIWYG style text editor. Designed for Windows and Linux / Unix / AIX with X-Window (X11) as the user interface on the Unix like platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PRTOS Preemptive RTOS for embedded aps

    PRTOS is a simple, compact preemptive RTOS for embedded systems

    PRTOS is an open-source preemptive real time operating system kernel for embedded applications. It presently supports the AVR and MSP430 architectures. The advantages of PRTOS are: It has the smallest footprint of any true preemptive system: 1.9kB for basic scheduling and task control, 5.1kB with all the features below (AVR '328 / gcc -Os); Only 950 lines of code implement all of the RTOS features (SLOC-L); The system is well documented with a comprehensive manual,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    FiwixOS 3 is a Fiwix distribution, an operating system made from a software collection that is based upon the Fiwix kernel. It basically comprises a Fiwix kernel, GNU tools, libraries and additional software. All the included software is free and open-source software made available both as compiled binaries and in source code form, which allows modifications to the original software. FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file system. Fiwix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    microDispatch

    Microcontroller Task Scheduler

    Super lightweight task scheduler aimed at 8 bit AVR ATmega micro-controllers (perfect for Arduino), although it can easily be used on other hardware like Microchip PIC. It uses simple round-robin scheduling so no priority levels can be set. You choose the time interval by calling dispatchTick(), this is usually in a timer interrupt. Range for number of tasks: 0 to 255 tasks Range for delay: 0 to 65535 ticks Each task only uses 5 byte of RAM. The one task LED blink example only uses 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    qtOS

    Tiny operating system for running HCFSM-based systems

    qtOS is an operating system for running systems of finite-state machines. The system kernel is a task scheduler that runs processes' transitions at every cycle. Each task is activated either to be run in parallel (fork) with other active processes in the system or subordinated to the caller task, thus blocking it and creating a hierarchy of tasks. Execution of processes can be preemptive or non-preemptive and, among those with the same priority, a round-robin turn is performed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A system for reading system statistical data and feeding it to RRDtool. Designed to be both flexible and use little resources. Currently only reading of /proc/ files works, SNMP support is planned.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Avark

    Avark is an embedded operating system for AVR microcontrollers.

    The Avark project is aimed at creating an operating system for embedded platforms. It is currently being developed for the AVR architecture. Main Objectives of the Avark operating system is to facilitate multitasking. Currently a round robin scheduler is being employed, but soon a priority based preemptive scheduler will be developed. Resource guarding of various CPU peripherals will be implemented using device drivers for the peripherals and semaphores. Do send me feedback at my email...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Dispatcher is a short time scheduler simulator. It was implemented for Operating Systems examination at Naples University Federico II. Fcfs, round robin, virtula round robin, priority scheduler are now available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kmax 8bit microkernel for AVR ATMega MCUs written in assembler (AVRASM & GCC compatible) with a C API. Core features include priority-based preemptive round-robin scheduling, mutexes, fifos and semaphores with a focus on speed and ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The load robin-robin algorithm directs network connections to different real servers based on server weights in a round-robin manner. This case the weights are update in real time and it is based in the loads real servers monitored for the director.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SangMyung Univ. Graduate Project Project: MyRTOS Team name:Software Craftsmanship Description: pxa255 based RTOS. Preemptive Multi-threading,Priority-base,Round-Robin Scheduling, Thread, Semaphore,Message Mail Box,Message Queue Management Support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    Biolet is project aimed to analyze genomic DNA sequences using wavelets. Of additional interest may be a batch processing tool for doing round-robin scheduling of jobs on a beowulf cluster. For that checkout the project robin from the CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LibRRD is a C library for direct manipulation of Round Robin Database (RRD) files created by RRDTool, an open source databasing and graphing tool by Tobias Oetiker. This library provides several significant speed enhancements over the RRDTool CLI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    balance
    Balance is a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms. Via shared memory its behaviour can be controlled at runtime using a simple command line syntax.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    mergelog is a small C program which merges by date HTTP log files in 'Common Log Format' from Web servers behind round-robin DNS. It can easily process huge log files and is much faster than multisort.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.