Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ramin Yaghoubzadeh Torky
ipaaca
Graph
681dd1bfdcf8099a0804c3621728c88c1bcea1d3
Select Git revision
Branches
6
ipaaca-rsb
ipaaca3-dev
ipaaca4
kompass
master
default
protected
rsb0.14
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Jul
29
30
Apr
5
Mar
15
Feb
7
6
4
3
2
31
Jan
30
29
28
18
14
Dec
11
Oct
18
Jul
14
29
Jun
28
29
May
22
Apr
16
Feb
10
7
26
Jan
5
24
Dec
23
7
6
4
3
2
28
Oct
29
Sep
12
4
Aug
28
Apr
27
26
3
30
Mar
1
24
Feb
22
29
Jan
19
18
7
18
Dec
16
10
9
8
5
4
3
26
Nov
20
16
13
12
2
Aug
26
Jun
17
11
May
8
Apr
28
Mar
27
24
3
27
Feb
26
25
24
23
21
20
16
14
9
5
30
Jan
26
23
22
20
16
6
18
Dec
12
5
3
30
Sep
22
27
Jul
15
6
24
Apr
17
Feb
14
13
11
31
Jan
28
26
21
13
12
6
22
Nov
21
18
3
Sep
2
27
Aug
5
Jul
28
Jun
25
20
19
24
May
23
21
Mar
28
Feb
22
29
Jan
20
17
14
12
11
10
9
8
7
5
4
21
Dec
20
17
14
3
25
Nov
15
14
12
14
Oct
28
Sep
25
20
19
18
12
30
Aug
23
21
20
15
14
9
3
2
27
Jul
24
2
14
Jun
4
30
May
27
Apr
26
14
13
12
11
10
3
2
19
Mar
17
13
12
5
27
Feb
24
21
20
14
13
8
2
23
Jan
9
15
Dec
9
7
5
23
Nov
Automatic version tagging in Doxygen from C++ protocol version
ipaaca4
ipaaca4
Merge https://gitlab.ub.uni-bielefeld.de/scs/ipaaca into ipaaca4
Added Windows README in docs
Windows build fixes
C++: added the handler bind macro
Py: Removed stray prints in backend-mqtt
C++: meaningful ROS node names generated from process name (Linux)
Some cleanup work; moved some stuff to more meaningful file names; fix.
Sniffer and injector: added info about active back-end; warnings
Python: gave MQTT backend time to publish final (atexit) retractions
Py: fixed mismatch in old IUResend error signature; added extra error
C++: ROS backend works
C++: ROS version 0.1 (partially done, Pub/Sub works)
Added 'b64.c' tiny base64 lib (MIT license, embedded into the files)
C++ and Python: parse ipaaca.conf in cwd or ~/.config/
Py: correct ROS teardown to unregister node from roscore
Python: added ROS back-end
Java: === DISABLED JAVA LIB ===
Py: expose backend name; e.g. used in sniffer to set 'all' listener
Merge ../ipaaca-gitlab into mqtt_port
C++: Windows compatibility established
Environment-based config for Python, too
partial
Improved CMake file. Testing libs and adding available back-ends.
C++: updated doxygen docs
C++: provided additional event dispatcher (threaded as in Python)
Py: Threaded event dispatcher for mqtt backend + some cleanup
C++ convenience bind macro (to avoid future end-user code changes)
C++: MQTT version fully working
C++: MQTTLocalServer OK + some logging improvements
Config improved
Further exposition in the headers
Split abstract backend and mqtt
Prep switchable backend
Sync connect() + async loop_start() works best, despite the guides
Async conn causes automatic 1s delays in the backend (by design)
Odd connection issues in C++ version (some hangs on connect/subscribe)
Added my patch for python-paho-mqtt, which prevents long connection delays
Informer and Listener OK; LocalServer and RemoteServer to do
Prep config in C++
Loading