https://github.com/RWTH-i5-IDSG/ixsi
IXSI - Interface for X-Sharing Information documentation
https://github.com/RWTH-i5-IDSG/ixsi
bikesharing carsharing documentation mobility tex travelinformation websocket xml
Last synced: 3 months ago
JSON representation
IXSI - Interface for X-Sharing Information documentation
- Host: GitHub
- URL: https://github.com/RWTH-i5-IDSG/ixsi
- Owner: RWTH-i5-IDSG
- Created: 2014-08-04T13:29:49.000Z (over 10 years ago)
- Default Branch: econnect
- Last Pushed: 2018-05-29T11:54:38.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T08:05:24.885Z (7 months ago)
- Topics: bikesharing, carsharing, documentation, mobility, tex, travelinformation, websocket, xml
- Language: Makefile
- Homepage:
- Size: 2.67 MB
- Stars: 2
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- trackawesomelist - IXSI (⭐2) - interface for exchanging information between a travel information system and a sharing system (carshare, bikeshare). (Recently Updated / [Oct 02, 2024](/content/2024/10/02/README.md))
README
# IXSI - Interface for X-Sharing Information documentation
[](https://travis-ci.org/RWTH-i5-IDSG/ixsi)IXSI is a interface for exchanging information between a Travel Information System and a Ride Sharing System (Carsharing, Bikesharing).
This repository contains the documentation written in TeX. To generate the pdf:```
git clone https://github.com/RWTH-i5-IDSG/ixsi.git
cd ixsi
xml/generate-tex-from-schema.sh
make
```a recent TexLive version is recommended for building.
to automatically update the generated part on pull/merge or checkout you can add the respective script as a local hook:
```
echo "`git rev-parse --git-dir`/../xml/generate-tex-from-schema.sh" >> .git/hooks/post-checkout
echo "`git rev-parse --git-dir`/../xml/generate-tex-from-schema.sh" >> .git/hooks/post-merge
chmod +x .git/hooks/post-{checkout,merge}
```
IXSI is currently still under development and the API is not final.precompiled pdfs are available under (automatically generated):
https://rwth-i5-idsg.github.io/downloads/ixsi/ixsi-docu-econnect.pdf (german version)
https://rwth-i5-idsg.github.io/downloads/ixsi/ixsi-docu-econnect-english-version.pdf (english version)
The respective XML schema is available under:
https://github.com/RWTH-i5-IDSG/ixsi/blob/econnect/xml/IXSI.xsd
IXSI was initially developed for eConnect Germany, Hub Osnabrück by
cantamen GmbH,
HaCon Ing.-Ges. mbH,
RWTH Aachen## Mobility Broker
The branch `mobilitybroker` contains non standard additions developed in project Mobility Broker. More Information about Mobility Broker is available: http://mobility-broker.com/ (in german)precompiled pdf:
https://rwth-i5-idsg.github.io/downloads/ixsi/ixsi-docu-mobilitybroker.pdfThe respective XML schema for branch `mobilitybroker` is available under:
https://github.com/RWTH-i5-IDSG/ixsi/blob/mobilitybroker/xml/IXSI.xsd## Smart Car
The branch `smartcar` contains non standard additions developed in project RWTH Aachen Ford Alliance - Mobility Services using AppLink. More Information can be found in the publication: https://dblp.org/rec/conf/vehits/SamselBTKK17precompiled pdf:
https://rwth-i5-idsg.github.io/downloads/ixsi/ixsi-docu-smartcar.pdf (german)https://rwth-i5-idsg.github.io/downloads/ixsi/ixsi-docu-smartcar-english-version.pdf (english)
The respective XML schema for branch `smartcar` is available under:
https://github.com/RWTH-i5-IDSG/ixsi/raw/smartcar-english-version/xml/IXSI.xsd