Skip to content

Commit

Permalink
updating with new release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham Dauhajre authored Mar 4, 2020
1 parent df442be commit 98d1714
Show file tree
Hide file tree
Showing 97 changed files with 27,015 additions and 17,913 deletions.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ The provisioning token you use to initialize the agent is a one-time use token.

### MacOS

Docker for Mac users may need to set `FORMANT_AGENT_IP=0.0.0.0` in the [formant.env](formant.env) file in order to access the local HTTP/GRPC interface from their host machine.
Docker for Mac users may need to set `FORMANT_AGENT_IP=0.0.0.0` in the [formant.env](formant.env) file in order to access the local gRPC and HTTP interfaces from their host machine.
This is to ensure that the Formant agent is reachable from outside its container networking namespace.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ services:
- "5501:5501"
- "5502:5502"
volumes:
- "formant:/root/.formant"
- "formant:/var/lib/formant"
networks:
- formant
2 changes: 1 addition & 1 deletion docker/ros/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ services:
- "5501:5501"
- "5502:5502"
volumes:
- "formant:/root/.formant"
- "formant:/var/lib/formant"
networks:
- formant
336 changes: 299 additions & 37 deletions examples/cpp/protos/agent/v1/agent.grpc.pb.cc

Large diffs are not rendered by default.

1,258 changes: 1,032 additions & 226 deletions examples/cpp/protos/agent/v1/agent.grpc.pb.h

Large diffs are not rendered by default.

4,410 changes: 2,773 additions & 1,637 deletions examples/cpp/protos/agent/v1/agent.pb.cc

Large diffs are not rendered by default.

2,862 changes: 2,347 additions & 515 deletions examples/cpp/protos/agent/v1/agent.pb.h

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions examples/cpp/protos/agent/v1/agent_mock.grpc.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions examples/cpp/protos/model/v1/commands.grpc.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions examples/cpp/protos/model/v1/commands.grpc.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98d1714

Please sign in to comment.