Showing 20 open source projects for "xcopy-gui"

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
    mGSTEP

    mGSTEP

    Objective-C embedded development libraries

    Designed for use in embedded devices the mGSTEP libraries implement a subset of NeXT's OPENSTEP specification which has evolved into Apple's Cocoa Objective-C frameworks. The internal graphics rasterization supports rendering to an X11 or Linux frame-buffer based GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    MenuDesigner

    A GUI system for embedded systems.

    A small GUI system for monochrome and color LCDs suitable for embedded systems with very limited system resources (like 8 bit microcontrollers). Comes with a graphical editor for creating a menu. Runs on Linux and Windows (Cygwin is recommend for using all features). Samples showing the usage on a PC, AVR, and STM32 microcontrollers are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    W-Bus library and applications

    W-Bus communication library

    This is a small library that allows comunicating with a Webasto (tm) W-Bus capable car heating system. Runs on Personal Computers or for embedded devices (slim design). Easily portable. Includes a Heater manager, heater controller program and more. The GIT repository (CVS is deprecated) also includes a control unit application to control W-Bus capable devices, a W-Bus compatible heater unit firmware application and a heater simulator for testing purposes. Also, a serial port loop back...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4

    AudiculaPi

    AudiculaPi - the tiny media server for your Raspberry Pi

    AudiculaPi - the tiny media / home automation server for your Raspberry Pi 1-2B+ based on OpenWrt/ Chaos Calmer (without RPI3 support) * Minimalistic system, installed and running on a just 256MB sized SD card * AudiculaPi provides a detailed Web Browser GUI with multi language support Already preinstalled: * Homeautomation with Domoticz (http://www.domoticz.com) Tested with HW: RFXtrx433E USB 433.92MHz Transceiver by RFXCom and Z-Wave Plus USB Stick ZME_UZB1 by Z-Wave.me * MPD, Musi Player Daemon - Internet Radio / MP3 /OGG / FLAC etc. player (with LCD support based on PyDPF) * pianod * SAMBA * SSH/SFTP Server * MiniDLNA * Shairport * Avahi * OpenVPN * WebCAM Video Streaming with mjpeg-streamer * NTP client / server * WLAN client and / or access point * ... countless other gadgets, use web based packet manager powered by OpenWrt repository !
    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
    Beagle Entertainment System

    Beagle Entertainment System

    Turns the BeagleBone Black into a Nintendo-based retrogaming console.

    ...Just connect your BES-enabled BeagleBone Black to your network and you can use BES's Node.js web interface to add or remove ROMs, configure gamepads, and edit ROM descriptions for the front-end GUI. There's no need to hand edit configuration files or manually copy ROM files onto the microSD card! BES source: https://github.com/hendersa/bes BES web interface: https://github.com/hendersa/bes-config-node BES kernel device tree: https://github.com/hendersa/bes-dtb-rebuilder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    rect_tree

    Rectangular Split, Addition and Subtraction , and Tree Structure

    This project try to implement the rectangular calculation, such as split, addition, subtraction, it is base on line split. Also a Tree structure handler is provided in this project, together they can use to deal with the window split and window relationship in GUI(Graphical User Interface), I hope so :-p
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WinDS

    WinDS

    Windows XP reimplemented on Nintendo DS

    ...The New Beta 0.95 is out, it features - 52 Classes that are already available within Lua - 25 different types of user interface classes - 8 different predefined dialogs which makes it the perfect GUI sandbox for DS. PS: More time without update means: next update will have even more improvements, as i am still developing ;)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8

    XRF Config

    Cross platform configuration tool for Ciseco XRF radio devices

    A cross platform GUI configuration tool for Ciseco XRF radio devices accessed over serial or USB. This product is produced independently from Ciseco, and carries no guarantee from Ciseco about quality, suitability or anything else. The supplier of this product assumes all responsibility for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NgGUI is an open source GUI system wrote by C/C++. It is portable for embedded system which based on Linux/ucLinux or VxWorks or WinCE. It can run on the framebuffer or directFB and SDL. iTerminal is a web browser based on NgGUI.
    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
    dasm430

    dasm430

    A disassembler and a simulator for the MSP430 CPU

    ...Compiled executables are available for Windows and Mac OS X. Linux users will have to compile their own binaries. Instructions for compilation are included in README.txt. A Qt-based GUI is available for sim430. Binaries only for OS X, for now. Source files can be found in src/qt folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    bmp2rle

    Encode bitmap(bmp) file with run-length encoding

    Encode bitmap(bmp) file with run-length encoding(RLE), just like RLE4 and RLE8, but extend to RLE16, RLE24 and RLE32. Usually, this project will be used in GUI of embedded system, to make the image files smaller, and save the IO bandwith. If the GUI support JPG or PNG, the compression ratio is much better than RLE, but how about the embedded system encounters both caculate limitation and IO bandwidth limitation? Try this project, I hope it can make a banlance between caculation and bandwidth. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    G4DUDE

    G4DUDE

    G4DUDE a GUI for avrdude written in python

    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    smartCOMs

    smartCOM is a graphical serial device terminal.

    smartCOM is a graphical serial device terminal, it's an alternative to minicom. It is aimed mainly at hardware developers who need a gui test tools to talk to their custom hardware. The GUI is written using the wxWidgets library, and using the tinyxml to save or load config. http://gnssinfo.com/2012/11/21/wiki-smartcom/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    ChumbOS Launcher

    ChumbOS Launcher - Native Application Launcher for Chumby

    ...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. So, what does this application do? It enables you to design a simple Graphical User Interface (GUI) which can start and stop other applications on the Chumby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NetFlash100

    NetFlash100

    Web based GUI for accessing ATMEL ATNGW100 board's flash memory.

    NetFlash100 contains a full system image with a Linux kernel, root file system and the web interface to access flash memory of ATMEL ATNGW100 boards. To be able to use NetFlash100 you need: 1. ATNGW100 board with a working u-boot. 2. Ethernet and serial terminal connections. 3. A SD card (must be more than 40MB) Once you successfully boot NetFlash100 image, it provides you with a web interface on IP 10.0.0.1, with this interface one can read, write and erase the available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EmbeddedGUI is a GUI library for embedded system.It is much smaller than MiniGUI and can be easily transplanted to any RTOS.It provides many graphic functions and controls such as list and tree.LCD drivers are also included.Works with ARM7,ARM9,MSP430etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Have you ever tried to control a self developed vehicle with your PC? This Project provides a GUi Controll, the schematics for the on board electroninc (including the xbee host) and the atmega 32 / 644 / 2550 software to get things work together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A QT based GUI app that binds to a range of UDP ports and listens. The first time data arrives on a given port, a new tab is created inside the guy and the incoming data is displayed in a read-only text edit. File logging available for each port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FunkOS is an RTOS for 8-32 bit MCUs including AVR, MSP430, and Cortex M3. Both C and C++ kernels avaiable. Key features include preemption, periodic events, device drivers, and mutex/semaphores. Includes a variety of graphics and filesystem middleware. Please also check out FunkOS's big brother, Mark3OS. Mark3OS is slightly larger, but is more scalable, much more feature-rich, and supports a wider variety of devices.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sunlight Readable GUI (SuRG)

    Sunlight Readable GUI (SuRG)

    Open Source platform with FreeRTOS, processor abstraction

    Firmware and Drivers for FDI’s SuRG Family of Sunlight Readable GUI products. Developed by Future Designs, Inc. at https://www.teamfdi.com FDI Support: https://teamfdi.com/forums SuRG v1.00.000: STM32CubeIDE v1.19, FreeRTOS v11.2, LVGL v8.3.4, Project Generator, SEGGER RTT and Systemview
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next