Scripto

Audit Information - User_Access

September 20, 2011
Hello All,  

Axeda 5.3.5 REST Service Support

July 26, 2011
Do older versions of the Axeda Platform support writing Groovy scripts within customer objects in order to deliever JSON to external application through the Scripto service implementation?

Unleashing the Power of the Axeda Platform via Scripto

The Axeda Platform allows developers to extend the functionality of their app using a Groovy Custom Object, but that’s only part of the solution. The remaining piece is invoking this extra functionality and including the output where needed. That's where Scripto comes in.

Using Groovy Custom Objects on the Axeda Platform

Custom objects on the Axeda Platform use Groovy to consume external web services by building on several powerful tools. Groovy on the Platform gives the developer the freedom to spend time building the meaningful parts of the app, rather than on the mechanics of moving data.

How to display an asset’s uploaded image file in an HTML app

Once data has been sent to the Axeda Platform, this app creates a display in an HTML page via a call to the Scripto web service.

BUG and the Axeda Platform: Part 2 of 2 - The Custom Object and HTML Frontend

(Part 2 of 2) In Part-1 of this tutorial, we created an app that transmits images and text from the handset to an HTML page via a call to the Scripto web service. Now we’ll use the text and images on the platform to create a custom object which will provide the data to the HTML front-end.

BUG and the Axeda Platform: Part 1 of 2 - A Connected BUG Camera App

(Part 1 of 2) BUG Labs offers a modular hardware and software solution for connected product prototypes. This article discusses the BUG’s wifi capabilities and shows you how to create an app that transmits images and text from the handset to an HTML page via a call to the Scripto web service.

Groovy Script: Add an asset to an asset group

This code snippet shows how to add an existing Device to an existing DeviceGroup using a custom Groovy script executed by the Scripto web service. To call the script create a URL of the following form: http://<HOST>/services/v1/rest/Scripto/execute/addDeviceToDeviceGroup?us... Text in angled...

VehicleTrack: A Simple Tracking App Using AJAX Techniques

The Axeda VehicleTrack sample application demonstrates how to build a simple tracking application using web standard AJAX techniques. This application maps vehicles and allows a drill down for any specific vehicle and is formatted for both browsers and smartphones.