Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

support *P processors, esp. the Freetronics Goldilocks #23

Closed
wants to merge 5 commits into from
Closed

support *P processors, esp. the Freetronics Goldilocks #23

wants to merge 5 commits into from

Conversation

mrose17
Copy link

@mrose17 mrose17 commented Oct 14, 2013

add yet another #elif branch...

and credits to @feilipu for providing the code!

connectUDP() detects if the address is a class D address. if so, it
knows to use sendto() and not connect()

NOTE: this works only when len<=80. nothing appears to be sent when
len>80 !!! still investigating.
in general, it's better to default to big and let people tune to small…
please be sure to read the README.txt file

also, had to remove a rather annyoing "\n\r" in a println()
add a pcap file and the serial output
@tdicola
Copy link
Contributor

tdicola commented Aug 14, 2014

Thanks for submitting the pull request and apologies it wasn't reviewed sooner. The 1284P is a tricky one because there's no official Arduino board based on it, but a few third party boards that do use it. Rather than try to pick one as the default in the library I'd be inclined to say these are better left as forks of the library for now. Thanks for contributing to the library!

@tdicola tdicola closed this Aug 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants