root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @140 [140] 10 months follower Add author, license and copyright details. (Which weren't permitted in …
(edit) @139 [139] 10 months follower Add the tidied up code from my Circuit Cellar design competition entry. …
(edit) @138 [138] 10 months mlalondesvn MODIF - More commenting and headers
(edit) @137 [137] 10 months mlalondesvn MODIF - More comments
(edit) @136 [136] 10 months mlalondesvn ADDED - HDQ Library
(edit) @135 [135] 10 months follower Enable sketches to be uploaded without the Arduino being power-cycled--by …
(edit) @134 [134] 10 months follower Argh. That last commit was unintentional--what a mess... :-/ Okay, well, …
(edit) @133 [133] 10 months follower Change PIN_RESET to match pin on Netduino sheild prototype. NOTE: This is …
(edit) @132 [132] 11 months follower Quick commit of code to program sketch onto another ATMega chip.
(edit) @131 [131] 11 months follower Bah, that previous commit was the *current* uncommited code, which I …
(edit) @130 [130] 11 months follower Fix the file name.
(edit) @129 [129] 11 months follower Copy current (old) version of demo to serve as base for serial/net proxy …
(edit) @128 [128] 12 months follower Switch our test code back to the non-class style for temporary development …
(edit) @127 [127] 12 months follower Now do the annoying rename…
(edit) @126 [126] 12 months follower Copy current echo server demo to serve as base for client demo.
(edit) @125 [125] 12 months follower Exclude currently unused code so we get a more accurate idea of demo code …
(edit) @124 [124] 12 months follower Change demo to enable *four* simultaneous echo server connections at …
(edit) @123 [123] 12 months follower Update head comments and revision information.
(edit) @122 [122] 12 months follower Use new 'EchoServer?' classes for demo instead of old non-class demo. Run …
(edit) @121 [121] 12 months follower Add guts of 'EchoServer?' state machine. (Currently unused.)
(edit) @120 [120] 12 months follower Add defines for echo server state machine states. Add place to store …
(edit) @119 [119] 12 months follower Add rough hacky method to allow multiple sockets to be created. This needs …
(edit) @118 [118] 12 months follower Add comment about the need to investigate if we need to use 'disconnect' …
(edit) @117 [117] 12 months follower Remove redundant 'NetworkConnection::' namespace reference.
(edit) @116 [116] 12 months follower Add initial skeleton for EchoServer? class. (Not yet used.)
(edit) @115 [115] 12 months follower Add single byte 'print' function to send data. The name is to match the …
(edit) @114 [114] 12 months follower Add 'available()' method to connection to match 'Serial.available()'. …
(edit) @113 [113] 12 months follower Change 'read' declaration to return an int to match the 'Serial.read' …
(edit) @112 [112] 12 months follower Correct comment about 'read' blocking for data--it seems that 'recv' …
(edit) @111 [111] 12 months follower Close connection when demo is finished.
(edit) @110 [110] 12 months follower If the connection 'listen' method fails we bail into an infinite loop. …
(edit) @109 [109] 12 months follower Change connection listen method to return a boolean indicating whether the …
(edit) @108 [108] 12 months follower Add a comment about default socket possibility.
(edit) @107 [107] 12 months follower Add connection byte read method--not yet used.
(edit) @106 [106] 12 months follower Store maximum number of sockets available to us. Note: We don't use this …
(edit) @105 [105] 12 months follower A quick fix to enable things to work again. The bug occurred because the …
(edit) @104 [104] 12 months follower Add method to close socket. NOTE: This change BREAKS THINGS and the demo …
(edit) @103 [103] 12 months follower Change 'listen' methods to take a 'uint16_t'. Temporarily include a test …
(edit) @102 [102] 12 months follower Add 'isConnected' method to 'NetworkConnection?' in prepartion for use.
(edit) @101 [101] 12 months follower Add initial skeleton of the plain socket wrapping 'NetworkConnection?' …
(edit) @100 [100] 12 months follower Move and reword configuration debug messages.
(edit) @99 [99] 12 months follower Remove test code. TODO: Add check/diagnostic ability to determine if the …
(edit) @98 [98] 12 months follower Move default configuration into NetworkInterface? constructor. Change …
(edit) @97 [97] 12 months follower (*Much* later...) Include skeleton of 'NetworkInterface?' class and enable …
(edit) @96 [96] 12 months follower Remove old configuration data.
(edit) @95 [95] 12 months follower Convert MAC address configuration to class method.
(edit) @94 [94] 12 months follower Add six-byte buffer packing method to allow for MAC address configuration.
(edit) @93 [93] 12 months follower Fix variable name in 'setIp' declaration. Add and convert to methods for …
(edit) @92 [92] 12 months follower Move scratch buffer manipulation into helper method. Convert IP address …
(edit) @91 [91] 12 months follower Begin moving network configuration into Wiz class and convert IP address …
(edit) @90 [90] 12 months follower Move network module initialisation into class.
(edit) @89 [89] 12 months follower Add skeleton of Wiz810MJ class.
(edit) @88 [88] 12 months follower Change SPI configuration to use an object so we can match the …
(edit) @87 [87] 12 months follower Move SPI configuration function into a static class method of the SPI …
(edit) @86 [86] 12 months follower Add skeleton of SPI class.
(edit) @85 [85] 12 months follower Fix the filename.
(edit) @84 [84] 12 months follower Now that we've slightly tidied up WizDemo?3 we'll leave it in peace.
(edit) @83 [83] 12 months follower Simplify state machine defs and remove unneeded ones.
(edit) @82 [82] 12 months follower Remove now unused 'sendPrompt' routine.
(edit) @81 [81] 12 months follower Add some comments to 'readMatch'.
(edit) @80 [80] 12 months follower Use new 'readMatch' routine to match start of the request to simplify …
(edit) @79 [79] 12 months follower Add routine to read and match bytes received. (Essentially strcmp …
(edit) @78 [78] 12 months follower Tidy up code by removing now unused rx buffer and other dead …
(edit) @77 [77] 12 months follower Move the byte receiving into a convenience function and stop using the rx …
(edit) @76 [76] 12 months follower Of course, it might be nice if we change the filename to be consistent …
(edit) @75 [75] 12 months follower Start working on a new 'tidier' version of the webserver demo but keep the …
(edit) @74 [74] 12 months follower Fix for Safari not displaying the response correctly--the issue was it …
(edit) @73 [73] 12 months follower Apply xSmurf's fix for the order of socket close/disconnect. With this fix …
(edit) @72 [72] 12 months follower Now we've copied xSmurf's PROGMEM and other changes to his branch we'll …
(edit) @71 [71] 12 months follower Copy xsmurf's PROGMEM and other changes into a branch so we don't lose …
(edit) @70 [70] 12 months follower Add branch for xsmurf's code.
(edit) @69 [69] 13 months mlalondesvn MODIF - Moved debug output to progmem functions FIXED - Unexpected …
(edit) @68 [68] 13 months follower Add initial 'web server' flashing LED URL pattern demo.
(edit) @67 [67] 13 months follower Clarify the install instructions a little as to which files go where.
(edit) @66 [66] 13 months follower Add comments to initialisation code. Remove debug prints. Remove some …
(edit) @65 [65] 13 months follower Move module and driver initialisation code into separate function.
(edit) @64 [64] 13 months follower Fiddle some comment formatting.
(edit) @63 [63] 13 months follower Pull SPI configuration into separate function.
(edit) @62 [62] 13 months follower Remove defines used by pre-driver-port SPI code.
(edit) @61 [61] 13 months follower Remove some unnecessary debug code.
(edit) @60 [60] 13 months follower Remove comments associated with removed pre-driver-port code.
(edit) @59 [59] 13 months follower Remove initial pre-driver-port code that configured the module via SPI …
(edit) @58 [58] 13 months follower Add initial very-rough demo of 'echo' server.
(edit) @57 [57] 13 months follower DOS to Unix line-encoding conversion.
(edit) @56 [56] 13 months follower Move comment on changing the interface mode to the new README and remove …
(edit) @55 [55] 13 months follower Add instructions for building/installation.
(edit) @54 [54] 13 months follower Remove instructions referring to using Makefile.
(edit) @53 [53] 13 months follower It turns out Arduino compiles the files quite happily without the Makefile …
(edit) @52 [52] 13 months follower Add basic license and readme files.
(edit) @51 [51] 13 months follower Remove unused file.
(edit) @50 [50] 13 months follower Make functions visible to C++ code in Arduino.
(edit) @49 [49] 13 months follower DOS to Unix line-encoding conversion.
(edit)