annotate contrib/tools/README @ 1461:a86eb3375b95

add csv_to_fd, org_to_csv tools csv_to_fd converts CSV files containing RADIUS or Diameter AVP tables into various formats, including freeDiameter C code and JSON documents. org_to_csv converts org files into CSV files, suitable for csv_to_fd.
author Luke Mewburn <luke@mewburn.net>
date Mon, 09 Mar 2020 21:24:24 +1100
parents d35276067342
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1461
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
1 csv_to_fd converts CSV files containing RADIUS or Diameter AVP tables
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
2 into various formats, including freeDiameter C code and JSON documents.
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
3
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
4 grep_fd_dict_dump processes stdin for the output of fd_dict_dump()
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
5 or dbg_dict_dump.fdx and reformats to remove pointer addresses,
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
6 to allow diff of output between freeDiameter invocations.
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
7
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
8 org_to_csv converts org files into CSV files, suitable for csv_to_fd.
a86eb3375b95 add csv_to_fd, org_to_csv tools
Luke Mewburn <luke@mewburn.net>
parents: 953
diff changeset
9
953
d35276067342 Add tools that create freeDiameter C code from org tables containing the information.
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
10 org_to_fd.pl converts org files like diameter-rfcs.org to C fragments
d35276067342 Add tools that create freeDiameter C code from org tables containing the information.
Thomas Klausner <tk@giga.or.at>
parents:
diff changeset
11 that can be included in freeDiameter code.
"Welcome to our mercurial repository"