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.
L2L
├── BusinessEntities
│ ├── vesselIoT
│ └── wagonIoT
├── Coordinators
│ ├── lvc
│ ├── msc
│ ├── slc
│ └── vmc
├── Enterprises
│ ├── logistics-A
│ ├── manager-A
│ ├── supplier-A
│ └── vessel-A
├── pom.xml
└── README.md
- README List :
- Logistics Vessel Coordinator README
- Manager Supplier Coordinator README
- Supplier Logistics Coordinator README
- Logistics Vessel Coordinator README
- Vessel Enterprise README
- Manager Enterprise README
- Supplier Enterprise README
- Logistics Enterprise README
- Vessel Business Entity README
- Wagon Business Entity README
Video url: Video in Dropbox
L2L Frontend
Attention: In order to perform as demo shows, The project must be coordinated with the
L2L Frontend
project.