What is chunkLen in MMS MessageType's fields - mms

I am developing the library that implements mms protocol fully. In Message Types, we know that all messages must be started with ChunckId( i.e. LinkMacToViewerPing ) . Could any one please tell me what is ChunckId and how can i fill it ?
Thanks in advance :)

Your subject says chunkLen but in the message body you say chunckId. Which one are you asking about?
If it's chunkLen, then take a look at http://msdn.microsoft.com/en-us/library/cc234813.aspx for a description of what it is and how to set it.

Related

browser network tab resource limit

I do not speak English well. Understand me.
I have a question. For resources on the Network tab,.
During the test, if the transferred and resources shown in the picture exceed 50GB, the network err is displayed. No more response can be received.
Please let me know if there is any documentation on this. I can't find
Thanks in advance.
Try below. Network.setDataSizeLimitsForTest argument could work for your needs.
Resource

Keyrock FIWARE method GET and POST

I have keyrock of fiware in my own laptop though docker.
When I do in my browser htp://localhost:8000 , this link redirect to a login website, so it's okay.
When I put htp://localhost:8000/sign_up this link redirect to a register website, so it's okay also.
But then thing is, If I want to do that though GET and POST, how can I do?
I installed Postman in my laptop but, when I put GET http://localhost:8000 everything is okay.
But when I put GET htp://localhost:8000/v3/users if I want list users, doesn't work.
the last I readed in this page : https://developer.openstack.org/api-ref/identity/v3/#users
Could you help me, please?
Thank you very much,
Best Regards.
As stated in the link you put in your question:
"A user with no assigned roles has no access to OpenStack resources."
The right port for your request is 5000 (keystone) instead of 8000 (horizon): http://localhost:5000/v3/users
So, to do what you want, you have to assign some specific role to the user you are using to access the list of users and, besides, I think you have to pass a valid token (X-Auth-Token header) in the request headers.
I hope it can help you.
I gave you a reply here that I think is a more detailed version of the same question. I hope this helps you. Otherwise, we can follow it in that question.
Best regards

piwik widgets & java api

I'm currently using piwik's java api to get my stats but I have some dificulties.
To begin, my standard code :
try {
SimplePiwikTracker piwik = new SimplePiwikTracker(3, myServer, request);
piwik.setPageCustomVariable(ACCOUNT_NUMBER, clientAccountNumber);
piwik.sendRequest(piwik.getLinkTrackURL(request.getRequestURL().toString()));
} catch (PiwikException e1) {
logger.error("Piwik error", e1);
}
The first problem is that even if I can see visited pages in "user logs", the widget "pages" does not display it.
The second, I want to know the number of different users that are using my website. To do so I send a custom variable containing the client's account number. Do you know a way to know how many different account numbers I have in my stats ?
Thank you for your help and sorry if there's any english mistakes (I hope there is not). :)
I found an answer for my first question.
Instead of using :
piwik.sendRequest(piwik.getLinkTrackURL(request.getRequestURL().toString()));
The solution is to use :
piwik.sendRequest(piwik.getPageTrackURL(request.getRequestURL().toString()));
A possible answer to the second question :
When you create a custom variable that is sent to your piwik server go to the custom variable widget. The pagination displayed when you select a variable can be an indication.
But if someone have a better answer, I'd be glad :)

Itunes connect has changed to invalid binary

After i upload my application to app store after is done is show me in iphone application "has changed to invalid binary" and in the itunesconnect is show
http://i.stack.imgur.com/4vPJN.png
any solution ?
My experience:
There are many potential bug in your project.
1 .there may be private function(the third part SDK ,e.g. Reveal) in the project
2 .Missing Info.plist key - the app attempts to access privacy-sensitive data without a usage description.
Solve:
Generally,you will receive email from apple. I suggest you read it seriously.
It will tell you what should you do because they find out "invalid binary"...
Then solve the problem.

bungie.net stats api

Has anyone tried accessing bungie.net reach stats api (statistics from Halo Matchmaking)?
As described here http://www.bungie.net/fanclub/statsapi/Group/Resources/Article.aspx?cid=545064
I can't seem to get any data returned, for example if i use this (with correct API key and gamertag values of course) ignore the first 2 asterisks ...
**http://www.bungie.net/api/reach/reachapijson.svc/player/details/byplaylist/MyIdentifierAPIkey/Gamertag
I don't receive a response - but no errors either, am i doing something wrong?
looking to use this for a Titanium (appcelerator) app eventually.
Any help or advice welcome, thanks in advance.
Unfortunately the API is not yet live to the public. I asked in a Private Message. They didn't say when it would be live.
In the Docs that Achronos posted, he put spaces in the URL's, I'm not sure if those are supposed to be there or not, so I tried it with the spaces and I got a 403 Forbidden error page. When I remove all the spaces, I get an error page that says:
Request Error
The server encountered an error processing the request. See server logs for more details.
I kinda can't check the server logs though... Bungie did say they were having some issues with the site though, so this might be a biproduct of that. I want them to get it working soon though, I wanna see just what it can do!