Update Lesnet to match changes in upstream Mojo.

- Create a quick hack to download "asio".
- Remove "application_connection.h" and "application_runner.h".
  Replace them with "service_provider_impl.h" and "run_application.h".
- Update NetworkServiceDelegate to use new interface.
- Update NetworkServiceImpl to use new interface.

Change-Id: I5cf11b9e0cd6ece1598a2a78103545f8a32fb5fe
8 files changed
tree: fd4dec1305967c70d917185dea70dfd9566fac77
  1. build/
  2. mojo/
  3. third_party/
  4. .clang-format
  5. .gitignore
  6. .gn
  7. BUILD.gn
  8. download_prebuilts.sh
  9. README.md
README.md

lesnet network service

Building lesnet in effenel tree is still a work-in-progress..

Before building first time

Please run download_prebuilts.sh

$ sh ./download_prebuilts.sh

To build

$ mojo/tools/mojob gn --release $ mojo/tools/mojob build --release