Actions
Task #4882
openImprove "NDN Regular Expression" documentation
Status:
New
Priority:
Normal
Assignee:
-
Category:
Docs
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
From my personal experience, I wanted to learn how to match typed components using NDN regexes. However, this information can not be found on the NDN Regular Expression page.
I think this info, if available, can be added to make this page more useful. Also, pointers to sample code and examples can be very useful too.
As an example, one can use ndnrtc v4 namespace (see attached), to demonstrate using NDN regex(es):
- stream
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream
- stream meta
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/_meta
- stream live meta
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/_live
- stream latest pointer interest
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/_latest
- stream latest pointer data
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/_latest/%FE%01%A2
- stream gop-start
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/_gop/%FE2/start
- stream gop-end
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/_gop/%FE2/end
- stream frame meta
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/%FE%0DF/_meta
- stream frame manifest
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/%FE%0DF/_manifest
- srteam frame payload
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/%FE%0DF/%00%01
- stream frame parity data
/baseprefix/ndnrtc/%FD%04/%FC%03%18%26%60/stream/%FE%0DF/_parity/%00%01
Files
Updated by Davide Pesavento almost 4 years ago
- Tracker changed from Feature to Task
- Project changed from named-data.net to ndn-cxx
- Subject changed from Add more useful information to the "NDN Regular Expression" page to Improve "NDN Regular Expression" documentation
- Category set to Docs
- Start date deleted (
03/13/2019)
Actions