Skip to content

mujin/mujinproductioncycleclientjava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mujin Production Cycle Client (HTTP/WebSocket)

  1. Mujin Controller GraphQL APIs
  2. Mujin Controller I/O Subscription and I/O Setting

Build

The samples can be built using the Apache Maven build tool.

cd java/mujinproductioncycleclientjava
mvn package

Run

Once built, the samples can be run using the following command. Make sure to point the URL to the Mujin controller.

java -cp target/mujinproductioncycleclientjava.jar com.mujin.samples.OneOrder --url "http://controller1234" --username "mujin" --password "mujin"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages