Skip to content

Commit

Permalink
add guide for composite fields (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak authored Feb 24, 2025
1 parent b170aec commit 1239b5d
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ISO8583 implements an ISO 8583 message reader and writer in Go. ISO 8583 is an i
- [Inspecting message fields](#inspecting-message-fields)
- [JSON Encoding and Decoding](#json-encoding-and-decoding)
- [ISO8583 CLI](#cli)
- [Learn about ISO 8583](#learn-about-iso-8583)
- [Learn more](#learn-more)
- [Getting help](#getting-help)
- [Contributing](#contributing)
- [Related projects](#related-projects)
Expand Down Expand Up @@ -671,15 +671,16 @@ You can also define your spec in JSON format and describe message using the spec
Please, check the example of the JSON spec file [spec87ascii.json](./examples/specs/spec87ascii.json).


## Learn about ISO 8583
## Learn more

- [Mastering ISO 8583 messages with Golang](https://alovak.com/2024/08/15/mastering-iso-8583-messages-with-golang/)
- [Mastering ISO 8583 Message Networking with Golang](https://alovak.com/2024/08/27/mastering-iso-8583-message-networking-with-golang/)
- [How to Define Composite Fields](./docs/composite-fields.md)
- [Intro to ISO 8583](./docs/intro.md)
- [Message Type Indicator](./docs/mti.md)
- [Bitmaps](./docs/bitmap.md)
- [How Tos](./docs/howtos.md)
- [Data Fields](./docs/data-elements.md)
- [Mastering ISO 8583 messages with Golang](https://alovak.com/2024/08/15/mastering-iso-8583-messages-with-golang/)
- [Mastering ISO 8583 Message Networking with Golang](https://alovak.com/2024/08/27/mastering-iso-8583-message-networking-with-golang/)
- [ISO 8583 Terms and Definitions](https://www.iso.org/obp/ui/#iso:std:iso:8583:-1:ed-1:v1:en)

## Getting help
Expand Down
Loading

0 comments on commit 1239b5d

Please sign in to comment.