Skip to content

Commit

Permalink
Update quick-start instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
type6six committed Mar 6, 2024
1 parent 950ee2b commit 1cfe6c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gh-pages/docs/ION-Quick-Start-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ Similarly for outduct, you want to change the ip address from `127.0.0.1:3113` t

You can make similar modifications to the ipnrc file as well.

In the ionconfig file, you want to comment out or delete the `wmKey` entry. Since we are running these two nodes on different hosts, we recommend not specifying any IPC key values but let ION use the default value.


In the ionconfig file, you want to comment out or delete the `wmKey` and `sdrName` entries. Since we are running these two nodes on different hosts, we always let ION use the default values for these parameters.

If you don’t do this you get an error on startup.

Repeat the same updates for host B by appropriately substituting old IP address to that of the new hosts.

Expand Down Expand Up @@ -320,7 +324,6 @@ To learn more about the design principle of ION and how to use it, a complete se
The ION Dev Kit mentioned in the NASA ION Course had been deprecated. However, some additional helpful files can be found here to complete the examples:
[Additional DevKit Files](https://sourceforge.net/p/ion-dtn/wiki/DevKit%20-%20additional%20materials/)


---

# Accessing ION Open-Source Code Repository
Expand Down

0 comments on commit 1cfe6c9

Please sign in to comment.