Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 7, 2021 01:44
Show Gist options
  • Save r-ryantm/d390ee597de49d8929e175f9e2e338aa to your computer and use it in GitHub Desktop.
Save r-ryantm/d390ee597de49d8929e175f9e2e338aa to your computer and use it in GitHub Desktop.
/nix/store/9a427rafssyizqfzx6adpddmv7y9yp83-belle-sip-4.4.26
├── bin
│   └── belle_sip_tester
├── include
│   └── belle-sip
│   ├── auth-helper.h
│   ├── belle-sdp.h
│   ├── belle-sip.h
│   ├── bodyhandler.h
│   ├── defs.h
│   ├── dialog.h
│   ├── dict.h
│   ├── generic-uri.h
│   ├── headers.h
│   ├── http-listener.h
│   ├── http-message.h
│   ├── http-provider.h
│   ├── listener.h
│   ├── listeningpoint.h
│   ├── list.h
│   ├── mainloop.h
│   ├── mdns_register.h
│   ├── message.h
│   ├── object.h
│   ├── object++.hh
│   ├── parameters.h
│   ├── provider.h
│   ├── refresher.h
│   ├── resolver.h
│   ├── sipstack.h
│   ├── sip-uri.h
│   ├── transaction.h
│   ├── types.h
│   ├── utils.h
│   └── wakelock.h
├── lib
│   ├── cmake
│   │   └── BelleSIP
│   │   ├── BelleSIPConfig.cmake
│   │   ├── BelleSIPConfigVersion.cmake
│   │   ├── BelleSIPTargets.cmake
│   │   └── BelleSIPTargets-release.cmake
│   ├── libbellesip.so -> libbellesip.so.1
│   ├── libbellesip.so.1
│   └── pkgconfig
│   └── belle-sip.pc
├── nix-support
│   └── propagated-build-inputs
└── share
└── belle_sip_tester
└── tester_hosts
10 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment