Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/protolca-demo
https://github.com/greendelta/protolca-demo
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/protolca-demo
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2021-01-20T13:01:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T09:47:10.000Z (over 2 years ago)
- Last Synced: 2024-06-11T16:19:48.508Z (7 months ago)
- Language: C#
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# ProtoLCA-Demo
This is a small C# example application that shows how to connect to openLCA 2
using a [gRPC](https://grpc.io/) client. It is a console application with which
you can run different examples. Each example is a C# class in this project.## Usage
First you need to start an openLCA gRPC server. In openLCA 2, you can start such
a server with the currently active database via `Tools > Developer tools > IPC
Server` by checking the gRPC option:![](images/start_grpc_server.png)
The server will run until you click the stop button or close the dialog. You can
continue to work with the opened database while the server is running. Note that
in order to see updates of the gRPC client application in the database you may
have the refresh the navigation. You can do this via the `Refresh` button in the
navigation menu:![](images/refresh_navigation.png)
When the server is running, just start the demo application and follow the
instructions in the command prompt:![](images/demo_app_console.png)