diff --git a/gh-pages/docs/List-of-Papers.md b/gh-pages/docs/List-of-Papers.md index f1ca8adb7..946af4c04 100644 --- a/gh-pages/docs/List-of-Papers.md +++ b/gh-pages/docs/List-of-Papers.md @@ -1,5 +1,6 @@ -# List of Papers +# Publications +## Papers * Burleigh, S., Fall, K., and E. Birrane, III, "Bundle Protocol Version 7", RFC 9171, DOI 10.17487/RFC9171, January 2022, . * Birrane, III, E. and K. McKeever, "Bundle Protocol Security (BPSec)", RFC 9172, DOI 10.17487/RFC9172, January 2022, . * Birrane, III, E., White, A, and Heiner, S., "Default Security Contexts for Bundle Protocol Security (BPSec)", RFC 9173, January 2022, . @@ -20,3 +21,11 @@ * Huff, John D. Performance Characteristics of the Interplanetary Overlay Network in 10 Gbps Networks. Ohio University, 2021, http://rave.ohiolink.edu/etdc/view?acc_num=ohiou1619115602389023. * Kim, Inkyu, et al. “The Performance Analysis of Multi-Hop Relay DTN Communication System in Interplanetary Network.” 2020 International Conference on Information and Communication Technology Convergence (ICTC), 2020, pp. 1136–41, https://doi.org/10.1109/ICTC49870.2020.9289238. * CCSDS. Concepts and Rationale for Streaming Services over Bundle Protocol. Informational Report, CCSDS 730.2-G-1, CCSDS, Sept. 2018, https://public.ccsds.org/Pubs/730x2g1.pdf +* Paul Rosemurgy, Jay Gao, Sky DeBaun, Michael Starch, Jeffrey Levison, and Rebecca Castano, "Enabling DTN in Spaceflight Systems: Integration of ION with the F Prime Flight Software Framework," Proceedings of the 2024 IEEE Aerospace Conference, Big Sky, MT, March 2024. + +## Reference Documents + +* [BPSec Security Policy User Manual (ION 4.0.2, archive)](./bpsec/Security_Policy_User_Manual-ION-4.0.2.pdf) +* [BPSec Security Policy User Manual (ION 4.1.2)](./bpsec/Security_Policy_User_Manual-ION-4.1.2.pdf) +* [BpSec release notes for ION 4.1.2](./bpsec/IOS_4.1.2_BPSec_release_notes.pdf) +* [Building ION from source on Windows.pdf](./windows/Building%20ION%20from%20source%20on%20Windows.pdf) \ No newline at end of file diff --git a/gh-pages/docs/bpsec/IOS_4.1.2_BPSec_release_notes.pdf b/gh-pages/docs/bpsec/IOS_4.1.2_BPSec_release_notes.pdf new file mode 100755 index 000000000..f0b58dc9b Binary files /dev/null and b/gh-pages/docs/bpsec/IOS_4.1.2_BPSec_release_notes.pdf differ diff --git a/gh-pages/docs/bpsec/Security_Policy_User_Manual-ION-4.0.2.pdf b/gh-pages/docs/bpsec/Security_Policy_User_Manual-ION-4.0.2.pdf new file mode 100644 index 000000000..baa22bb0c Binary files /dev/null and b/gh-pages/docs/bpsec/Security_Policy_User_Manual-ION-4.0.2.pdf differ diff --git a/gh-pages/docs/bpsec/Security_Policy_User_Manual-ION-4.1.2.pdf b/gh-pages/docs/bpsec/Security_Policy_User_Manual-ION-4.1.2.pdf new file mode 100644 index 000000000..000b0b833 Binary files /dev/null and b/gh-pages/docs/bpsec/Security_Policy_User_Manual-ION-4.1.2.pdf differ diff --git a/gh-pages/docs/windows/Building ION from source on Windows.pdf b/gh-pages/docs/windows/Building ION from source on Windows.pdf new file mode 100644 index 000000000..9a0416db1 Binary files /dev/null and b/gh-pages/docs/windows/Building ION from source on Windows.pdf differ diff --git a/gh-pages/mkdocs.yml b/gh-pages/mkdocs.yml index a130a5e0e..efffd714f 100644 --- a/gh-pages/mkdocs.yml +++ b/gh-pages/mkdocs.yml @@ -56,7 +56,7 @@ nav: - Watch Characters: ION-Watch-Characters.md - AMS Programmer's Guide: AMS-Programmer-Guide.md - Use Cases: Use-Cases.md - - Publications/Papers: List-of-Papers.md + - Publications/Documents: List-of-Papers.md - Contribute Code: community/Contributing-Code-to-ION.md - ION Test Set: ION-TestSet-Readme.md - ION Tutorials: ION-Tutorials.md