ECE4574-5574 / Decision_System

0 stars 0 forks source link

Set up #3

Closed Brian-Kaplan closed 9 years ago

Brian-Kaplan commented 9 years ago

I am in the process of implementing a way for the Mobile App team to update a user's position. I need to be able to send this information from the Server API to the Decision System. I am not very familiar with python and would like some information on how to get it running, how to send information to it (like an updated users position), and in what format information will be sent back.

grahamcc commented 9 years ago

Although our part is written in Python, since all information sent to the Decision System will go through JSON HTTP requests the language that is sending them should not matter. There will be documentation shortly that will describe where and what to send for each command.

Brian-Kaplan commented 9 years ago

The information I am sending to you will be in the form of a JSON object*

grahamcc commented 9 years ago

The commands accept JSON Objects made up of key-value pairs. Documentation on those objects should be up very soon.

trevon1 commented 9 years ago

I have made a document explain the JSON Objects we need and the format the commands must be in for our implementation. Let me know if you have any questions.

On Mon, Mar 30, 2015 at 12:22 AM, grahamcc notifications@github.com wrote:

The commands accept JSON Objects made up of key-value pairs. Documentation on those objects should be up very soon.

— Reply to this email directly or view it on GitHub https://github.com/ECE4574-5574/Decision_System/issues/3#issuecomment-87537155 .

Thanks,

Tre'von Christian Virginia Tech Undergraduate College of Engineering Computer Engineering, 2015 Polemarch, Theta Psi Chapter of Kappa Alpha Psi Fraternity, Inc.

grahamcc commented 9 years ago

Here is the link: https://scholar.vt.edu/access/content/group/aa63a240-bbcf-4342-b3de-ed2515c28e16/Wiki/Assignment%205%20-%20Decision%20System%20-%20Team%203/API-Incoming.docx

trevon1 commented 9 years ago

Brian,

Did you include the properties ("condition", "temperature", etc.) in each of the different conditions (weather, location, localTime, etc.). Which file is this implementation located?

On Mon, Mar 30, 2015 at 12:25 PM, Brian Kaplan notifications@github.com wrote:

Closed #3 https://github.com/ECE4574-5574/Decision_System/issues/3.

— Reply to this email directly or view it on GitHub https://github.com/ECE4574-5574/Decision_System/issues/3#event-268662723 .

Thanks,

Tre'von Christian Virginia Tech Undergraduate College of Engineering Computer Engineering, 2015 Polemarch, Theta Psi Chapter of Kappa Alpha Psi Fraternity, Inc.