Skip to content

cisco-sso/grpc-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-challenge

Generate a grpc server in a language of your choosing which satisfies the stringmanip service generated by challenge.proto.

This repository contains the client to the server.

Build

protoc-gen-go must be in your PATH

make all

Client Args

-s: The address of the grpc server
-d: The data to pass to the grpc server

Completed output

$ ./challenge-client reverse -s localhost:50001 -d "One small step for man"
nam rof pets llams enO
$ ./challenge-client reverse -d "One giant leap for mankind"
dniknam rof pael tnaig enO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published