This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Install only HIL client library. #1012
Comments
I agree, I think we should split the client lib off into a separate
python package.
For the immediate term though, it's worth noting that it shouldn't break
anything to have the server stuff installed via pip; you can just not
use it -- if that makes your job easier..
Quoting Sahil Tikale (2018-05-09 12:12:11)
… We need to have a way to install only the HIL client.
I am currently working on a scheduler [1]QUADS which is a consumer of
HIL.
Currently I am copying the client folder from hil/client to QUADS /lib
folder.
I think the correct way is to be able to install the hil library eg.
pip install hil_client_lib or something like that.
This will be helpful for other services that may interface with HIL or
for people to install client library to remotely interface with HIL.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [2]view it on GitHub, or [3]mute the
thread.
Verweise
1. https://github.com/SahilTikale/quads
2. #1012
3. https://github.com/notifications/unsubscribe-auth/AA18PnwkAuMnwAHwbbv6TdTaPuN8-eqAks5twxVbgaJpZM4T4mRT
|
yeah, |
I am a bit curious that, if we support installing the HIL client library only, does that mean we need to have an always-running hil server? How does that work? I mean, people who just install the hil client still need to have a hil server so the client library could work, right? |
@xuhang57
For instance, people would write some software that needs to talk to some
hil server and they use the the hil client library for that purpose. So
they can just put the hil client library in their requirements.
When that software is deployed it would need to point to some hil sever
that would be setup elsewhere. We don't need to have an always running hil
server.
…On Wed, May 9, 2018, 10:11 PM Lucas H. Xu ***@***.***> wrote:
I am a bit curious that, if we support installing the HIL client library
only, does that mean we need to have an always-running hil server? How does
that work?
I mean, people who just install the hil client still need to have a hil
server so the client library could work, right?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1012 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATLmqHo1NThKM7aDfGkwnPBrc4cIOxjuks5tw6HkgaJpZM4T4mRT>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to have a way to install only the HIL client.
I am currently working on a scheduler QUADS which is a consumer of HIL.
Currently I am copying the client folder from hil/client to QUADS /lib folder.
I think the correct way is to be able to install the hil library eg.
pip install hil_client_lib
or something like that.This will be helpful for other services that may interface with HIL or for people to install client library to remotely interface with HIL.
The text was updated successfully, but these errors were encountered: