Interactions-HSG / grpcwot

A simple command line tool to generate a Thing Description from Protocol Buffers
GNU General Public License v3.0
0 stars 0 forks source link

Frontend Added #31

Closed S-Eibl closed 2 years ago

S-Eibl commented 2 years ago

To increase the usability when classifying RPCs a frontend is added to the project The frontend is written in angular and communicates with the HTTP server offered by the pb-td-gen go script The user can upload a proto file, which is then passed to the Go server. The Go server returns a parsed version and some pre-classification that can be seen in the frontend. The frontend than allows to switch around between affordance classifications and build the Thing Description based on his interaction with the frontend