All Projects → dobots → aim

dobots / aim

Licence: other
Artificial Intelligence Modules, components to run in the Internet of Things framework, Dodedodo.com, http://dodedodo.com. These modules will run on your smartphone, on a raspberry pi, on a server, in a docker, and all native, in C++! The modules communicate through firewalls using XMPP. And on single machine they can use ZeroMQ, YARP, or Androi…

Programming Languages

Makefile
30231 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to aim

legacy
Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
Stars: ✭ 13 (+0%)
Mutual labels:  legacy
ngx http hmac secure link module
HMAC Secure Link module for NGINX.
Stars: ✭ 47 (+261.54%)
Mutual labels:  legacy
moip-sdk-java-le
Cliente em JAVA para integração server-side com APIs Moip v2
Stars: ✭ 25 (+92.31%)
Mutual labels:  legacy
nreco
Model-driven framework for ASP.NET business apps [LEGACY, NOT MAINTAINED]
Stars: ✭ 27 (+107.69%)
Mutual labels:  legacy
snmp notifier
A webhook to relay Prometheus alerts as SNMP traps, because sometimes, you have to deal with legacy
Stars: ✭ 33 (+153.85%)
Mutual labels:  legacy
cashaddress
Python tool for convert bitcoin cash legacy addresses
Stars: ✭ 40 (+207.69%)
Mutual labels:  legacy
ansible-archlinux
Automated arch linux desktop environment
Stars: ✭ 56 (+330.77%)
Mutual labels:  legacy
dart sealed
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
Stars: ✭ 16 (+23.08%)
Mutual labels:  legacy
fortran-legacy-tools
Three tools to deal with Fortran code: fixed to free source form converter, upper- to lowercase converter, formatter for variable declarations
Stars: ✭ 40 (+207.69%)
Mutual labels:  legacy
symfony-intl-fix
Provides the symfony/intl fix for new php version in symfony 2.8
Stars: ✭ 20 (+53.85%)
Mutual labels:  legacy
Hackintosh-ASUS-A455LF-Notebook
EFI Folder for ASUS A455LF-WX039D Notebook Series with Clover/OpenCore Legacy or UEFI
Stars: ✭ 27 (+107.69%)
Mutual labels:  legacy
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (+123.08%)
Mutual labels:  legacy
Ventoy
A new bootable USB solution.
Stars: ✭ 29,413 (+226153.85%)
Mutual labels:  legacy
tmwa
DEPRECATED: The server running The Mana World Legacy. All new projects should use Hercules instead. See the "evol-hercules" repo.
Stars: ✭ 44 (+238.46%)
Mutual labels:  legacy
kryptonite
Enable AMD/NVIDIA eGFX for All Thunderbolt Macs with SIP, ART & FileVault support.
Stars: ✭ 94 (+623.08%)
Mutual labels:  legacy
w4py
Webware for Python
Stars: ✭ 21 (+61.54%)
Mutual labels:  legacy
react-infinity-menu
A react component that displays an unlimited deep menu
Stars: ✭ 59 (+353.85%)
Mutual labels:  legacy

AIM

For a proper introduction see the AIM website. This AIM repository currently contains:

  • rur-builder to generate header files for a range of middlewares
  • aimtools, a suite of tools to create, register, copy, and connect modules
  • zmqserver, a nameserver for ZeroMQ connections
  • zmqconnect, an exogenous coordination method to connect two modules with each other
  • aimserver, a REST interface for the aimtools

For users

AIM is a framework to develop Artificial Intelligence software. This repository contains all tools that are necessary to make this work. A subset of the functionality of AI modules themselves can be found in https://github.com/dobots/aim_center. Every module requires a description file, so it can also be found easy on Google or Github, e.g.: https://github.com/search/?q=aim-config+in:path+config.aim&type=Code.

In the end, the code will be available to you through a market place, called Dodedodo.

In order to download this repository, enter the following command:

git clone --recursive https://github.com/dobots/aim.git

For developers

You can best start with the description at https://github.com/dobots/aimtools and create your first modules.

For AIM developers

The submodules do not update themselves, you will need to update this thing. Do not forget to use --recursive on cloning, or else the submodules will not be checked out. Afterwards, a series of commands will update this repository:

git pull
git submodule foreach git pull origin master
git add -u
git commit -m "Update $(date). Your message."
git push

Copyrights

The copyrights (2014) belong to:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].