forked from kxepal/python-astm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (13 loc) · 698 Bytes
/
README
File metadata and controls
21 lines (13 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Python implementation of ASTM E1381/1394 data protocol.
This project aims to solve three tasks:
1. Provide decoder ASTM data to Python objects and encode them back to valid
ASTM messages.
2. Provide ability to create your own ASTM client and server applications
followed by common specification routines.
3. Provide ready-to-use "drivers" for various ASTM-driven analysers,
middlewares and other software or hardware solutions.
Depending on your needs you may use this project in one of these ways.
Currently, all communication routines are implemented for TCP/IP protocol driven
by a bit improved standard asynclib.
Read the docs for more info:
http://python-astm.readthedocs.org