aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-04Refactored YunClient and YunServer classes.Cristian Maglie
Added YunClient.connect() methods.
2013-07-04BootWatcher removedFederico Fissore
BridgeNew is the new Bridge
2013-07-03YunServer: added default port number 5555Federico Fissore
2013-07-03requests coming to YunServer do not start with a slash any moreFederico Fissore
2013-07-03updated temboo examplesFederico Fissore
2013-07-02modifide comments in Yun examples ShellCommands.ino ConsolePixel.inoFede85
2013-07-02modified and added comments to the ConsoleRead.ino exampleFede85
2013-07-02moved from Console to Serial output in Yun Process exampleFede85
2013-07-01modified the WifiStatus example and comments in TimeCheck exampleFede85
2013-07-01Added example BridgeNewCristian Maglie
2013-07-01YunServer: added method to allow listening on localhost onlyCristian Maglie
2013-07-01Bridge: added put(..) method with String variantCristian Maglie
2013-07-01typo in Bridge keywords.txtFede85
2013-07-01modified the Datalogger exampleFede85
2013-07-01modified the FileWriteScript exampleFede85
2013-07-01Added the Keywords.txt fileFede85
2013-06-28Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discoveryFederico Fissore
2013-06-28updated and added new Temboo examplesFederico Fissore
2013-06-28String: fixed number of whitespaces in concat() methodsCristian Maglie
2013-06-28Bridge: added YunServer and TunClient classCristian Maglie
2013-06-27Temboo examples moved in their specific folderCristian Maglie
2013-06-27Bridge default speed increased to 250kCristian Maglie
2013-06-26Moved Bridge.message* method on their own class.Cristian Maglie
2013-06-26Removed unused Stream interface from Bridge classCristian Maglie
2013-06-26included newest Temboo examplesFederico Fissore
2013-06-26Merge branch 'ide-1.5.x-discovery' into dev-ide-1.5.x-discoveryFederico Fissore
2013-06-26String: changed default to 2 decimal digitsCristian Maglie
2013-06-25Made ShellCommands example more physicalTom Igoe
2013-06-25Added ConsolePixel exampleTom Igoe
2013-06-25Updated XivelyClient to use Serial instead of ConsoleTom Igoe
2013-06-25Merge branch 'ide-1.5.x-discovery' into dev-ide-1.5.x-discoveryFederico Fissore
2013-06-25Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x-discoveryFederico Fissore
2013-06-22Removed old WifiCheck and WifiSignalStrengthIndicator examplesTom Igoe
2013-06-22Simplified TimeCheckTom Igoe
2013-06-22Changed ShellCommands from Console to SerialTom Igoe
2013-06-22Adjusted datalogger to remove indirection reference and changed from Console ↵Tom Igoe
to Serial
2013-06-22Updated commentsTom Igoe
2013-06-21String: changed default to 2 decimal digitsCristian Maglie
2013-06-21added the YahooWeather exampleFede85
2013-06-21Merge remote-tracking branch 'DogStick/dev-ide-1.5.x-discovery' into ↵Fede85
dev-ide-1.5.x-discovery
2013-06-21renamed SD to FileSystem in FileIO libraryFede85
2013-06-21updated Yun bootloaderFederico Fissore
2013-06-21updated pretty_wifi_info.lua script pathFederico Fissore
2013-06-20added writeJSONFederico Fissore
2013-06-20reviewed bridge exampleFederico Fissore
added BridgeClass::writeMessage(const String& str)
2013-06-20modified SDclass.begin() check for sd presence and added the Datalogger exampleFede85
2013-06-19YunSerialTermina speed back to 115200Federico Fissore
2013-06-18wifi examples renamed OLD*, introducing new comprehensive WiFiStatus exampleFederico Fissore
reviewed ShellCommands example to be not wifi related
2013-06-18bringing serial speed back to 115200Federico Fissore
2013-06-16Simpllified ConsoleRead, added available(), added explanation.Tom Igoe