LSS-USP / interscity-examples

Some source code examples of how to interact with InterSCity Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interescity Platform API Examples

Hi, developers!

This repository contains some easy examples of code in some different languages to consume the rest API via HTTP requests. We want to make it easier to understand the abstractions that we've created in the platform, so people can develop applications faster.

We provide examples in:

The more important services and a quick resume about them are:

  • DataCollector: Keeps track of each measurement made by a resource (usually a sensor) in time.
  • ResourceCatalog: Persist information about of each resource in the city (sensors, buses, hospitals).
  • ResourceDiscovery: If you want to discover what are the resources in the city, here is where you'll take a first look.

You can reffer to the official documentation for more details.

HAPPY HACKING!

About

Some source code examples of how to interact with InterSCity Platform

License:GNU General Public License v3.0


Languages

Language:Python 52.7%Language:Ruby 47.3%