Showing 30 open source projects for "work"

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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    CoreBus

    CoreBus

    Cross-platform (Win, Linux) Modbus (TCP / RTU / ASCII) GUI terminal

    ...Features: No Protocol * Working with data in string or byte format * Support for different encodings * There are three sending modes: single, cyclic, and file sending Modbus * Support for various Modbus protocol variations: TCP, RTU, ASCII and RTU/ASCII over TCP * Convenient operation with recording functions * The ability to work with float numbers * The ability to work with binary data * A Modbus scanner that searches for devices on a communication line Modbus monitoring * Convenient display of registers * Conversion to numeric types * Transformations by formula * Real-time charting * Logger Macros * Separate macros for each operating mode * A macro consists of an unlimited number of commands (actions) * Common Slave ID for Modbus macros * Import/Export Source code: https://github.com/AndreyAbdulkayumov/CoreBus
    Leader badge
    Downloads: 78 This Week
    Last Update:
    See Project
  • 2
    A series of open source files and programs available to use for developing programs to work with the WowWee Robotics RSMedia Robot. These include a USB serial console, a cross-compiler, a firmware dump program, text-to-speech and source code.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ESP32 BLE Keyboard library

    ESP32 BLE Keyboard library

    Bluetooth LE Keyboard library for the ESP32

    This library allows you to make the ESP32 act as a Bluetooth Keyboard and control what it does. Compatible with Android. Compatible with Windows. Compatible with Linux. Compatible with MacOS X (not stable, some people have issues, doesn't work with old devices). Compatible with iOS (not stable, some people have issues, doesn't work with old devices). There is also Bluetooth-specific information that you can set (optional): Instead of BleKeyboard bleKeyboard; you can do BleKeyboard bleKeyboard("Bluetooth Device Name", "Bluetooth Device Manufacturer", 100);. (Max length is 15 characters, anything beyond that will be truncated.) ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Arduino HomeKit ESP8266

    Arduino HomeKit ESP8266

    Native Apple HomeKit accessory implementation for the ESP8266 Arduino

    ...I ported the RTOS-based implementation of the esp-home kit to the pure Arduino environment, aimed at easy and fast building projects using Arduino IDE (or Eclipse with sloeber, PlatformIO). Enjoy the "one-key" build, "one-key" upload, and work to link various other Arduino libraries with Apple HomeKit! This library is built with ESP8266 Arduino Core 2.6.3. Lower versions may compile with errors. For ESP32, see Arduino-HomeKit-ESP32. The HomeKit running on ESP32 has a GREAT PERFORMANCE which is 10x faster than ESP8266. You should set the ESP8266 CPU to run at 160MHz (at least during the pairing process), to avoid the tcp-socket disconnection from the iOS device caused by a timeout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    The Player Project: Player is a networked interface to robots and sensors. Stage and Gazebo are Player-friendly multiple-robot simulators. The software aims for POSIX compliance and runs on most UNIX-like OS's. Some parts also work on Windows.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    Robotinics

    Robotinics

    robotic project

    ...Are characteristic of Robotinics: - Integration of Arduino and Raspberry Management of its features - Project completely open source and open hardware - Low cost of production The Robotinics is being used as the basis for mechanical design in the course of ETEC Ribeirao Preto - Brazil and across the design and modeling of its mechanical parts are presented as academic work for this purpose.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7

    PyUltimateRobot

    Controls any Robot in Python

    Developed on Python to leverage state-of-the-art extensibility and easily integrated plugins Able to use low cost robots with the accuracy and dexterity of much more expensive robots, achieved in part by: a) Ability to drive movement by inexpensive DC gear head motors, including the inherent ability to specify movement by applied force rather than strict space/time control that steppers impose. b) Arms and linkages don't have to have super tight tolerances, because accuracy is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Drone WayPointer

    Drone WayPointer

    A ROS package to remotely control the Parrot AR Drone 2.0

    "Drone WayPointer" is a ROS package that provides a UI to allow for remote control of the Parrot AR Drone 2.0. It is developed in C++ with qt-ros and the Qt4 Development FrameWork. It is designed to work with the ROS - Fuerte and it uses the the ardrone_autonomy driver (Fuerte-devel Branch). It has so far only been tested on the tum_simulator and not on the actual drone. The main functionalities it provides is camera streams of front or bottom cameras of the drone, button and slider control of the drone XYZ velocities, control using waypoints and waypoint commands, pose estimation using simple dead-reckoning and measurement and image recording functionalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Xperience
    This is the Sourceforge reposository of the EU project Xperience. We work on developing a Cognitive Architecture for humanoid robots using a combination of developmental approaches and structural bootstrapping - a concept from language learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    EVO is a simulation platform for co-evolving the morphology and the behavior of 3D artificial agents in a complex environment. This project directly follows the original work of Karl Sims. It puts together complex creatures, a GA & Open Dynamics Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NN Image Recognition (with source-code)

    This is ANN trained application to predict digits from 0 - 9.

    ...I trained ANN with 100 samples of each digit. It takes input of 20x20 pixel image and predicts it with Neural Network. It may predict wrong digit due to very low sample data but it work 90% correctly. Note: JRE 1.6 is required to run this application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Constrained Manipulation Planning Suite

    Constrained Manipulation Planning Suite

    openrave plugins for constrained manipulation

    ...There are also several examples in python and matlab that show how to interface with openrave to use the plugins in CoMPS. It has been tested on all Ubuntu version from the last few years and will probably work with most modern linux distributions. Please see the wiki for installation and examples: https://sourceforge.net/p/comps/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Project Chronos
    UPDATE, Check out our new website where we will host all future updates and improvements. The Sourceforge site will no longer be maintained and updated. www.TheChronosProject.com Project Chronos is an open source time lapse rail. It is a fully features system that offers the same level of control as professional systems costing thousands of dollars. It is also the most accurate time lapse system available capable of making accurate movements 1/125th the width of a human hair. And the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SILENT

    a Scratch Interface for Lego NXT

    SILENT is a Scratch modification that interfaces with LEGO MINDSTORM NXT 2.0 robot. It's based on Scratch 1.4.2, developed in JAVA, Squeak and Bash scripting. It's supported by Linux and Windows XP/7, in which it was tested. It required JAVA>=6. Easy to setup and easy to learn! Please leave your review to help me to improve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cherokee is a fully extensible and scriptable automation engine for any and all java applets. To make it work for your favorite java applet the most you have to do is write is two classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    AVRGude

    Tool for programming AVR chips

    This application allow you work with many kind of AVR chips.Architecture is designed on plugin system, it mean each HW tool for programming (for example STK500) is one plugin of this application. Current version support only STK500v2 HW tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SARGE - Search And Rescue Game Environment is a multi-player training game for robot operators which also supports agent based robot control for simulation work via TCP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    ROS repository for human-robot engagement package, developed at Worcester Polytechnic Institute. Currently contains ROS stack for recognizing and generating connection events. This work is supported by the NSF awards IIS-0811942 and IIS-1012083.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    This project contains tools, that were created during the work with the Katana robotic manipulator at the workgroup EOS of the University of Magdeburg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ucabot es una asociación de estudiantes de robotica. Ucabot is a group of robotics students. We create and work with open software and open hardware. This group is created by Amuca(Asociation of Cadiz University students ). We work with Atmel microproce
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Rossum Project is an attempt to collect and distribute robotics software. We are seeking help with our first project, a mobile-robot simulator featuring a 2-D virtual world, and new work including artificial intelligence and robot-control logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The unofficial site to host the source code to help work with the Axon MCU (http://societyofrobots.com/Axon)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is to share my work in visual recognition of gestures. It shows how I have implemented person detection, color adaptation and tracking of the user's right-hand, gesture feature extraction, etc. using a single videocamera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a fork of the JollyNinja Bot for Robocode. The project intends to document JollyNinja's source code, make it work in teams and provide a solid API to base other Bots on, especially TeamRobot based bots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB