Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 341 Bytes

File metadata and controls

9 lines (9 loc) · 341 Bytes

GUN RIC

This is a Remote interface call framework by Java.

GET START

Boot GunRIC-Center

cd ./GunRIC-Center && mvn clean && mvn package && mvn run

Boot GunRIC-Provider

cd ./GunRIC-Provider-example && mvn clean && mvn package && mvn run

Boot GunRIC-Consume

cd ./GunRIC-Consume-exmaple && mvn clean && mvn package && mvn run