Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.76 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.76 KB

L2L Framework

This space includes part of the source of the L2L framework and provides support material for the demo paper:

Coordinating IoT-enabled Autonomous Processes in Cross Enterprise Service Systems Authored by Biqi Zhu, Chenglong Hu, Lin Ye, Hong-Linh Truong and Liang Zhang

submitted to ICSOC 2018.

Project Structure

L2L
├── BusinessEntities
│   ├── vesselIoT
│   └── wagonIoT
├── Coordinators
│   ├── lvc
│   ├── msc
│   ├── slc
│   └── vmc
├── Enterprises
│   ├── logistics-A
│   ├── manager-A
│   ├── supplier-A
│   └── vessel-A
├── pom.xml
└── README.md

User Guide

Video

Video url: Video in Dropbox

Dependencies

  • L2L Frontend

    Attention: In order to perform as demo shows, The project must be coordinated with the L2L Frontend project.