Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ftl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Pope
ftl
Wiki
Documentation
Remote Procedure Calls
Changes
Page history
New page
Templates
Clone repository
Create Documentation/Remote Procedure Calls
authored
5 years ago
by
Nicolas Pope
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Remote-Procedure-Calls.md
+24
-0
24 additions, 0 deletions
Documentation/Remote-Procedure-Calls.md
with
24 additions
and
0 deletions
Documentation/Remote-Procedure-Calls.md
0 → 100644
View page @
5a03f823
List of all remote procedure calls:
| Name | Args | Description |
| ------ | ------ | ------ |
|
`node_details`
| | Return a JSON string describing the peer node |
|
`log`
| | A log message
**unused**
|
|
`restart`
| | Force a node to restart itself |
|
`shutdown`
| | Terminate a node process |
|
`pause`
| | Pause or unpause a reconstruction |
|
`update_cfg`
| | Change a JSON config value |
|
`get_cfg`
| | Get a JSON config object for specified path |
|
`list_configurables`
| | List all configurable entities on node |
|
`connect`
| | Make a node connect to another
**unused**
|
|
`find_stream`
| | Returns peer ID if it hosts a stream |
|
`list_streams`
| | Get a list of all streams on peer |
|
`set_pose`
| | Change camera position of source |
|
`get_pose`
| | Get current camera position of source |
|
`source_details`
| | Get camera properties including intrinsics |
|
`get_stream`
| | Request a number of frames from a source |
|
`set_channel`
| | Change the second channel of a source to a different type |
|
**URI**
| | Send a frame for the source given by URI |
|
`__ping__`
| | Request a timestamp from the node |
|
`__disconnect__`
| | Notify a clean disconnect |
|
`__handshake__`
| | First message sent to validate connection |
\ No newline at end of file
This diff is collapsed.
Click to expand it.