emailler/ip65
Oliver Schmidt 1a5bd8c7e5 Fixed ARP setup.
In general I consider the approach of a netmask length a typical case of over-optimzation - incl. the typical downside of an "unnecessary" bug. However as the optimization is already present I opted to not remove it but rather fix the bug:

So far the gateway was in usual environments only used if the target IP address differed already in the first byte from the local net IP addresses. Now the gateway is used correctly - even for i.e. the address 192.168.1.1 from the local net  192.168.0.x
2017-05-15 21:20:51 +02:00
..
arithmetic.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
arp.s Fixed ARP setup. 2017-05-15 21:20:51 +02:00
cifs.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
config.s Removed cfg_get_configuration_ptr. 2015-07-08 16:20:47 +02:00
copymem.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
debug.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
dhcp.s General source code cleanup. 2013-12-27 14:57:56 +01:00
dns.s Some minor changes. 2017-05-02 20:39:27 +02:00
dottedquad.s General source code cleanup. 2013-12-27 14:57:56 +01:00
eth.s General source code cleanup. 2013-12-27 14:57:56 +01:00
http.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
httpd.s Removed unused imports. 2015-02-16 17:47:26 +01:00
icmp.s Removed several custom segments. 2014-04-27 18:59:58 +02:00
ip.s Some minor changes. 2017-05-02 20:39:27 +02:00
ip65.s Adjusted inline doc to actual implementation. 2015-02-16 22:35:29 +01:00
Makefile 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
output_buffer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
parser.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
printf.s General source code cleanup. 2013-12-27 14:57:56 +01:00
sntp.s General source code cleanup. 2013-12-27 14:57:56 +01:00
string_utils.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
tcp.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
telnet.s Removed unused imports. 2015-02-16 17:47:26 +01:00
tftp.s Avoid trash of zero page variable. 2017-04-10 09:06:18 +02:00
timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
udp.s Some minor changes. 2017-05-02 20:39:27 +02:00
url.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00