Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite @openhps/rest using RemoteService/RemoteNode API #1

Open
Maximvdw opened this issue Nov 1, 2021 · 0 comments
Open

Rewrite @openhps/rest using RemoteService/RemoteNode API #1

Maximvdw opened this issue Nov 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Maximvdw
Copy link
Member

Maximvdw commented Nov 1, 2021

The remote service (https://github.com/OpenHPS/openhps-core/blob/master/src/service/RemoteService.ts) and remote node (https://github.com/OpenHPS/openhps-core/blob/master/src/nodes/RemoteNode.ts) offer a solid building block for remote communication modules.

@openhps/socket, @openhps/mqtt are already migrated to this new API. @openhps/rest is currently still not finished.

Reason for the delay is that @openhps/rest does not require an open connection like sockets or mqtt clients, what makes the addition of a service a bit useless. Maybe the API can be updated to support 'node-only' remote nodes

@Maximvdw Maximvdw added the enhancement New feature or request label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant