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

Commits on Oct 14, 2013

  1. support *P processors, esp. the Freetronics Goldilocks

    add yet another #elif branch...
    mrose17 committed Oct 14, 2013
    Configuration menu
    Copy the full SHA
    c3fcae4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. add support UDP multicast

    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.
    mrose17 committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    a102980 View commit details
    Browse the repository at this point in the history
  2. closer

    in general, it's better to default to big and let people tune to small…
    mrose17 committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    8dfc5eb View commit details
    Browse the repository at this point in the history
  3. add multicast example

    please be sure to read the README.txt file
    
    also, had to remove a rather annyoing "\n\r" in a println()
    mrose17 committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    445e560 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2013

  1. update example for TI forum

    add a pcap file and the serial output
    mrose17 committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    e5484d4 View commit details
    Browse the repository at this point in the history