Re: Re: [avr-chat] µC/avr crypto lib

2008-07-24 Thread Dustin Lang
Hi, I think open might be too vague and loaded a term to really discuss licensing issues. What's the best possible outcome for an open-source developer? For me, it's that people use my code and contribute the results back to me, which makes the code better, more people use it, ... and we

Re: [avr-chat] TCP/IP : practical guide to implementing ? (LONG post...)

2007-06-11 Thread Dustin Lang
Hi, I don't know anything about what software is available for microcontrollers, but one time I started writing a network stack (for intel 8088). As you might guess from the name, TCP/IP uses layers of protocols. You can about it here: http://en.wikipedia.org/wiki/Internet_protocol_suite TCP

Re: [avr-chat] TCP/IP : practical guide to implementing ? (LONG post...)

2007-06-11 Thread Dustin Lang
Ethereal (aka Wireshark) is also a good tool for visualizing the layered structure of packets and investigating the protocols (not to mention debugging your code!) http://www.wireshark.org/ dstn. ___ AVR-chat mailing list AVR-chat@nongnu.org

Re: [avr-chat] ATmega16 to printer interfacing

2007-01-15 Thread Dustin Lang
Hi, Could you help me how to interface ATmega16 to printer directly? First, read this: http://catb.org/~esr/faqs/smart-questions.html Next, decide which port type you are going to use: parallel (DB-25 centronics)? USB? Serial? Network? Let's assume you mean parallel. Google is your