User contributions for Winston
Jump to navigation
Jump to search
- 19:56, 3 July 2008 diff hist −2 Spectranet: Tutorial 3
- 19:55, 3 July 2008 diff hist +2,961 Spectranet: Tutorial 3
- 22:00, 1 July 2008 diff hist +868 Software
- 20:15, 1 July 2008 diff hist +8,853 N Spectranet: Tutorial 3 New page: As you go into this second practical example - one thing should stand out - there's not all that much difference between writing a simple server and a client! You open the socket the same ...
- 18:40, 30 June 2008 diff hist +457 Spectranet: Tutorial 2
- 12:15, 29 June 2008 diff hist +819 Spectranet: Tutorial 2
- 12:10, 29 June 2008 diff hist +284 Spectranet: Tutorial 2
- 11:16, 29 June 2008 diff hist +1 Spectranet: Tutorial 2
- 11:15, 29 June 2008 diff hist +6,028 Spectranet: Tutorial 2
- 22:28, 28 June 2008 diff hist +10,930 N Spectranet: Tutorial 2 New page: For the first practical session, we'll start with a TCP server. We'll start with this because it's easy to play with: all you need for the other end of the connection (on, for example, a P...
- 22:34, 22 June 2008 diff hist +5,182 N Spectranet: Tutorial 1 New page: == Tutorial 1: A High Level View == The Spectranet is more than just an ethernet MAC/PHY that plugs into the back of a Spectrum - it also contains support hardware to interact properly wi...
- 21:05, 21 June 2008 diff hist +158 Current events
- 21:05, 21 June 2008 diff hist +1,573 Current events
- 20:58, 19 June 2008 diff hist +1,454 N Recv New page: '''recv (HLCALL 0x3E15)''' - receive data from a connected socket == Synopsis == ''Assembly language'' ld a, (sock_fd) ld de, BUFFER_ADDR ld bc, BUFFER_SIZE ld hl, RECV call HLCALL... current
- 20:41, 19 June 2008 diff hist +46 Connect current
- 20:40, 19 June 2008 diff hist +1,193 N Connect New page: '''connect (HLCALL 0x3E0F)''' - initiate a connection on a socket == Synopsis == ''Assembly language'' ld a, (sock_fd) ld de, DEST_IP_BUF ld bc, DEST_PORT ld hl, CONNECT call HLCAL...
- 20:16, 19 June 2008 diff hist +48 Memory
- 20:04, 19 June 2008 diff hist +276 Software
- 19:57, 18 June 2008 diff hist +2,826 Current events
- 22:25, 14 June 2008 diff hist +2,922 Current events
- 20:48, 12 June 2008 diff hist +1,388 Current events
- 20:00, 12 June 2008 diff hist +39 N File:Zxirc.jpg ZX-IRC - an IRC client for the Spectrum current
- 22:02, 8 June 2008 diff hist +3,236 Current events
- 22:26, 3 June 2008 diff hist +1,553 N Accept New page: '''accept (HLCALL 0x3E09)''' - accept a connection on a socket. == Synopsis == ''Assembly language'' ld a, (listen_sockfd) ; get the listening socket handle ld hl, ACCEPT call ... current
- 22:11, 3 June 2008 diff hist +1,069 N Listen New page: '''listen (HLCALL 0x3E06)''' - listens for connections on a socket. == Synopsis == ''Assembly language'' ld a, (socket_fd) ; Get socket handle ld hl, LISTEN call HLCALL ''C'' ... current
- 22:00, 3 June 2008 diff hist +394 Software
- 21:37, 3 June 2008 diff hist +56 m Memory
- 21:36, 3 June 2008 diff hist +1,144 Memory
- 21:23, 3 June 2008 diff hist +896 Spectranet CPLD
- 21:14, 3 June 2008 diff hist +2,539 Software
- 20:52, 3 June 2008 diff hist +18 Main Page
- 20:51, 3 June 2008 diff hist −813 Software
- 14:05, 1 June 2008 diff hist +40 N Old news (Apr 08 - May 08) Old news (Apr 08 - May 08) moved to Old News (Apr 08 - May 08) current
- 14:05, 1 June 2008 diff hist 0 m Old News (Apr 08 - May 08) Old news (Apr 08 - May 08) moved to Old News (Apr 08 - May 08) current
- 13:56, 1 June 2008 diff hist −21,457 Current events
- 13:31, 1 June 2008 diff hist +26 N File:Config.jpg Configuring the Spectranet current
- 13:30, 1 June 2008 diff hist +26,541 N Old News (Apr 08 - May 08) New page: == The C library takes more shape... == After a week off in Scotland, it was time to get more of the C library implemented and tested. The new bits are everything to do with the server s...
- 20:18, 22 May 2008 diff hist +2,961 Current events
- 11:49, 9 May 2008 diff hist +3,664 Current events
- 18:04, 6 May 2008 diff hist +1,470 Current events
- 21:04, 30 April 2008 diff hist +248 Guidance to programmers current
- 20:56, 30 April 2008 diff hist +2 Guidance to programmers
- 20:55, 30 April 2008 diff hist +5,805 N Guidance to programmers New page: This is mainly aimed at assembly language programmers, but if you're using C, you should still find this worth reading. BASIC programmers can safely ignore this section, since BASIC extens...
- 20:19, 30 April 2008 diff hist +87 Software
- 20:17, 30 April 2008 diff hist +82 Software
- 21:08, 29 April 2008 diff hist +2,859 Current events
- 19:46, 25 April 2008 diff hist +3,094 Current events
- 19:31, 25 April 2008 diff hist +24 N File:Completeproto.jpg The completed prototype. current
- 19:29, 25 April 2008 diff hist +63 N File:Itlives.jpg Spectranet prototype powered up and running for the first time. current
- 23:03, 23 April 2008 diff hist +2,282 Current events