-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dfe9c9
commit 7253f44
Showing
1 changed file
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
# Welcome | ||
|
||
**Note:** More information will be coming soon! | ||
|
||
## About | ||
|
||
Phable is an open source, simple, modern Python toolkit for basic client connectivity to a [Project Haystack](https://project-haystack.org/) defined server application. | ||
Phable is an open source, simple, modern Python toolkit for basic client connectivity to [Project Haystack](https://project-haystack.org/) and [Haxall](https://haxall.io/) defined server applications. | ||
|
||
Phable is free to use and permissively licensed under the MIT license. | ||
|
||
Project Haystack features include: | ||
|
||
- Reading `site`, `equip`, and `point` entities | ||
- Reading current values of real-time data points | ||
- Supervisory control of real-time data points | ||
- Reading history data for data points | ||
- Writing history data to already established data points | ||
|
||
Haxall features include: | ||
|
||
- All Project Haystack features listed above | ||
- Add, update, and remove commit operations | ||
- Evaluation of an Axon string expression | ||
|
||
Learn more about `Phable` by exploring the documentation! |