Skip to content

Commit bd0f7bf

Browse files
authored
Create README.md
1 parent 0ef24ae commit bd0f7bf

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Windows Service Example Project
2+
3+
This example project launches a TCP/IP server and a TCP/IP client and the client will connect to the local server. The server then generates a simplified BSM which is sent to the client. The received BSM string is parsed and also printed on the console.
4+
5+
A BSM (baggage source message) is used in a BHS (baggage handling system). When a person checks baggage at a ticket counter, an IATA tag is printed and attached to each checked in bag. The ticketing system will generate a BSM for the IATA(s) printed and it is sent to various parties; one being the
6+
BHS. The BHS will use the BSM in sortation; it binds the IATA number to the flight which has a sort destination assigned to it.
7+
8+
## BSM Format
9+
BSM<br/>
10+
&nbsp;&nbsp;ADD<br/>
11+
&nbsp;&nbsp;.F/AA0001/09FEB/LBB/T<br/>
12+
&nbsp;&nbsp;.N/0001000004001<br/>
13+
&nbsp;&nbsp;.P/1TEST/PASSENGER4<br/>
14+
&nbsp;&nbsp;.V/1LMCO<br/>
15+
ENDBSM<br/>
16+
17+
* The .F element represents the outbound flight.
18+
* The .N element represents the IATA(s) printed for the baggage checked in by the person.
19+
* The .P element represents who checked in the baggage.
20+
* The .V element represents version information.

0 commit comments

Comments
 (0)