Metadata-Version: 2.1
Name: DAQBrokerClient
Version: 0.0.1b8
Summary: Client for the DAQBroker server application
Home-page: https://daqbroker.com
Author: daqbroker
Author-email: support@daqbroker.com
License: UNKNOWN
Project-URL: Source, https://github.com/daqbroker/daqbroker
Project-URL: Bug Reports, https://github.com/daqbroker/daqbroker/issues
Keywords: monitoring scientific instrument data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows  
Description-Content-Type: text/markdown
Requires-Dist: ntplib
Requires-Dist: psutil
Requires-Dist: pyAesCrypt
Requires-Dist: snowflake
Requires-Dist: concurrent-log-handler
Requires-Dist: numpy
Requires-Dist: pyzmq
Requires-Dist: concurrent-log-handler
Requires-Dist: requests
Requires-Dist: arrow

# DAQBroker Client

## Introduction

This is a lesser important part of the DAQBroker framework, which consists of a network listener that is capable of being registered to a DAQBroker server application and to register itself with a DAQBroker application. Once registered and while the application is running, this client transmits relevant information about the machine running it. It is also capable of interpreting orders from server applications to provide an instrument's data, provided the [virtual instrument representation]( https://daqbroker.com/documentation/server1.html ) was correctly associated to the machine.

## Resources

This page is a repository to contain the most up-to-date version of DAQBroker's code as well as a forum for users, developers and contributors to start a conversation about specific issues and to suggest new features to the framework.

* [Main project website](https://daqbroker.com)
* [Documentation](https://daqbroker.com/documentation)

## Instalation

A binary distribution of this project exists for both Windows and Linux. This section focuses on installation of DAQBroker on a python environment.

You should install DAQBroker using the regular `pip` installation method (as per the rules in a virtual environment):

### Install daqbroker Server

```
pip install daqbrokerClient
```


