This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
3 changed files
with
20 additions
and
16 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
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
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,11 +1,15 @@ | ||
# LinkSmart Resource Catalog | ||
# Web of Things (WoT) Thing Directory | ||
This is an implementation of the [Web of Things (WoT) Thing Directory](https://www.w3.org/TR/wot-architecture/#dfn-thing-directory) which provides a RESTful API to maintain [Thing Descriptions](https://www.w3.org/TR/wot-thing-description/). | ||
|
||
## Compile from source | ||
This is currently under development. | ||
|
||
## Development | ||
The dependencies of this package are managed by [Go Modules](https://github.com/golang/go/wiki/Modules). | ||
|
||
To Compile from source: | ||
``` | ||
git clone https://code.linksmart.eu/scm/rc/resource-catalog.git src/code.linksmart.eu/rc/resource-catalog | ||
export GOPATH=`pwd` | ||
go install code.linksmart.eu/rc/resource-catalog | ||
git clone https://github.com/linksmart/thing-directory.git | ||
cd thing-directory | ||
go build | ||
``` | ||
|
||
## Development | ||
The dependencies of this package are managed by [dep](https://github.com/golang/dep). |