User contributions for Winston
Jump to navigation
Jump to search
- 22:36, 28 August 2008 diff hist +27 N Get ifconfig gw Redirecting to Ifconfig inet current
- 22:36, 28 August 2008 diff hist +27 N Get ifconfig netmask Redirecting to Ifconfig inet current
- 22:36, 28 August 2008 diff hist +27 N Get ifconfig inet Redirecting to Ifconfig inet current
- 22:36, 28 August 2008 diff hist +16 Software
- 22:35, 28 August 2008 diff hist +27 N Ifconfig gw Redirecting to Ifconfig inet current
- 22:35, 28 August 2008 diff hist +27 N Ifconfig netmask Redirecting to Ifconfig inet current
- 22:34, 28 August 2008 diff hist +2,133 N Ifconfig inet New page: '''ifconfig_inet (IXCALL 0x3E48)''' - configure the internet protocol address '''ifconfig_netmask (IXCALL 0x3E4B)''' - configure the netmask '''ifconfig_gw (IXCALL 0x3E43)''' - configure...
- 22:19, 28 August 2008 diff hist +23 N Gethwaddr Redirecting to Sethwaddr current
- 22:19, 28 August 2008 diff hist +1 Sethwaddr current
- 22:18, 28 August 2008 diff hist +110 m Sethwaddr →Return values
- 22:18, 28 August 2008 diff hist +1,330 N Sethwaddr New page: '''sethwaddr (IXCALL 0x3E51)''' - set the MAC address '''gethwaddr (HLCALL 0x3E54)''' - get the MAC address == Synopsis == ''Assembly language'' ld hl, hw_addr ; location in m...
- 20:43, 28 August 2008 diff hist +44 Software
- 22:30, 27 August 2008 diff hist +233 User Guide current
- 22:22, 27 August 2008 diff hist +16 Hardware overview
- 22:21, 27 August 2008 diff hist +6,986 N Hardware overview New page: == Installing the hardware == Like most Spectrum peripherals, turn the Spectrum on, and plug it in to the Spectrum's edge connector. If you have a later Spectrum +2 or a Spectrum +3, you ...
- 21:33, 27 August 2008 diff hist +16 N File:Spectranet-pcb-guide.png Guide to the PCB current
- 20:13, 27 August 2008 diff hist +925 N User Guide New page: == Before you plug it in == The most important points to note: * Like any Spectrum peripheral, only connect it to the edge connector with the Spectrum powered off. (The ethernet port, ho...
- 18:56, 25 August 2008 diff hist +18 N Pollall Redirecting to Poll current
- 18:55, 25 August 2008 diff hist +18 N Pollfd Redirecting to Poll current
- 18:55, 25 August 2008 diff hist +2,737 N Poll New page: '''poll - HLCALL 0x3E1E''' - poll an array of sockets '''pollfd, poll_fd - HLCALL 0x3E24''' - poll a single socket '''pollall - HLCALL 0x3E21''' - poll all open sockets == Synopsis == ... current
- 17:19, 25 August 2008 diff hist +398 Memory
- 17:12, 25 August 2008 diff hist +93 N File:Address-space.png Address space layout. Red = flash ROM. Yellow = W5100. Cyan = static RAM. Grey = no hardware. current
- 15:32, 25 August 2008 diff hist +6,608 N Spectranet: Tutorial 5 New page: You will have noted by now that the programs so far stop and wait whenever they want some data. For many programs, there's nothing wrong with this. There's a broad category of network pro... current
- 14:20, 25 August 2008 diff hist +187 Spectranet: Tutorial 4 →Further reading current
- 14:18, 25 August 2008 diff hist +839 Spectranet: Tutorial 4
- 14:11, 25 August 2008 diff hist +9,291 Spectranet: Tutorial 4
- 19:58, 19 August 2008 diff hist +4,637 Nm Spectranet: Tutorial 4 make a start on the UDP tutorial
- 19:50, 17 August 2008 diff hist +2,076 Current events
- 19:39, 17 August 2008 diff hist −195 Main Page
- 19:37, 17 August 2008 diff hist +842 N Hardware New page: The Spectranet hardware consists of an expansion card for the Spectrum 16/48K, 128K+, +2 and +3. This section covers technical information about the hardware which will be of interest to d...
- 12:27, 16 August 2008 diff hist +1,696 N Gethostbyname New page: '''gethostbyname (IXCALL 0x3E27)''' - get network host entry == Synopsis == ''Assembly language'' ld hl, STR_HOSTNAME ld de, BUF_ADDRESS ld ix, GETHOSTBYNAME call IXCALL... current
- 11:53, 16 August 2008 diff hist +19 N Sockclose Redirecting to Close current
- 11:52, 16 August 2008 diff hist +783 N Close New page: '''close, sockclose (HLCALL 0x3E03)''' - close a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, CLOSE call HLCALL ''C'' #include <sys/socket.h... current
- 11:39, 16 August 2008 diff hist +2,130 N Sendto New page: '''sendto (IXCALL 0x3E18)''' - send a message via a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, BUF_SOCKINFO ld de, BUF_DATA ld bc, BUF_DATA_... current
- 10:51, 16 August 2008 diff hist +2,519 Nm Recvfrom New page: '''recvfrom (IXCALL 0x3E1B)''' - receive a message from a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, BUF_CONNINFO ld de, BUF_DATA ld bc, BUF_DAT... current
- 10:27, 16 August 2008 diff hist +1,202 N Send New page: '''send (HLCALL 0x3E12)''' - send data via a connected socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld de, BUFFER_ADDR ld bc, BUFFER_SIZE ld hl, SEND call... current
- 22:23, 20 July 2008 diff hist +3,378 Current events
- 13:33, 19 July 2008 diff hist +401 Spectranet CPLD
- 13:30, 19 July 2008 diff hist +105 Spectranet CPLD
- 13:29, 19 July 2008 diff hist +2,641 Spectranet CPLD
- 13:10, 19 July 2008 diff hist +237 Memory
- 19:31, 17 July 2008 diff hist +3,054 Current events
- 10:22, 7 July 2008 diff hist +1 Trapping execution
- 10:20, 7 July 2008 diff hist +6,713 Trapping execution
- 09:04, 7 July 2008 diff hist +988 Current events
- 20:03, 6 July 2008 diff hist +7,353 N Trapping execution New page: The Spectranet CPLD has a number of fixed traps, for paging in its own ROM and doing various things, such as initializing on reset, handling an NMI, extending BASIC etc. All these traps ar...
- 17:50, 6 July 2008 diff hist +229 Software →Reference - Guidance
- 17:47, 6 July 2008 diff hist +140 Software →Reference - Guidance
- 18:25, 5 July 2008 diff hist +5,316 Current events
- 19:58, 3 July 2008 diff hist +369 Spectranet: Tutorial 3 current