1. 11 Jul, 2019 1 commit
    • Johny Mattsson's avatar
      Fix net module losing TCP data. (#2825) · c0145e03
      Johny Mattsson authored
      The netbuf_data() function only returns data from the first pbuf in the
      chain. We need to use netbuf_first() and netbuf_next() to walk the
      pbuf chain and act on each in turn.
      c0145e03
  2. 20 Oct, 2018 1 commit
  3. 12 Nov, 2017 1 commit
  4. 12 Sep, 2017 1 commit
  5. 14 Aug, 2017 1 commit
  6. 21 Jul, 2017 1 commit
  7. 20 Jul, 2017 2 commits
  8. 18 Jul, 2017 1 commit
  9. 19 Mar, 2017 1 commit
  10. 30 Dec, 2016 2 commits
  11. 06 Oct, 2016 1 commit
    • Johny Mattsson's avatar
      Imported @djphoenix's new native LWIP net module. · be5dafb2
      Johny Mattsson authored
      Based on his revision 2d290a24a0914be88e5ca4ac7b1018392fe75fe2
      (https://github.com/djphoenix/nodemcu-firmware).
      
      All LWIP callback handling changed to use the NodeMCU task interface
      to make it usable on RTOS.
      
      IPv4 assumptions have been removed, and this net module /should/ now
      be IPv6 ready, but aside from compilation no testing has been done
      in this area.
      
      SSL integration points not touched - some work needed there once we
      have an mbedTLS module.
      be5dafb2