Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 27, 2021 16:14
Show Gist options
  • Save r-ryantm/dfaab61aa08b4b6556828c57b202abba to your computer and use it in GitHub Desktop.
Save r-ryantm/dfaab61aa08b4b6556828c57b202abba to your computer and use it in GitHub Desktop.
/nix/store/prv2156spi6yklbv7vr3y2w4hrymbw9b-belle-sip-4.5.3
├── 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