Navigation


Changeset 1461:a86eb3375b95 in freeDiameter


Ignore:
Timestamp:
Mar 9, 2020, 7:24:24 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

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.

Location:
contrib/tools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/tools/README

    r953 r1461  
     1csv_to_fd converts CSV files containing RADIUS or Diameter AVP tables
     2into various formats, including freeDiameter C code and JSON documents.
     3
     4grep_fd_dict_dump processes stdin for the output of fd_dict_dump()
     5or dbg_dict_dump.fdx and reformats to remove pointer addresses,
     6to allow diff of output between freeDiameter invocations.
     7
     8org_to_csv converts org files into CSV files, suitable for csv_to_fd.
     9
    110org_to_fd.pl converts org files like diameter-rfcs.org to C fragments
    211that can be included in freeDiameter code.
Note: See TracChangeset for help on using the changeset viewer.