Tagged Questions
Data Services Server
4
votes
4answers
143 views
Ada/C/++ distributed applications
I am trying to evaluate some technologies for implementing a communication process between some Ada modules with some C++/OpenGL modules. There is an (Windows XP) Ada application which communicates ...
4
votes
4answers
510 views
How to use CCR, DSS, VPL (aka Microsoft Robotics Development Studio) outside robotics?
How to use CCR, DSS, VPL (aka Microsoft Robotics Development Studio) outside robotics?
I am looking for guidance in this field. I have tried all the examples and find the framework intriguing.
Can ...
2
votes
1answer
841 views
How does CCR & DSS toolkit model compare to other scalability & concurency approaches?
I'm interested to comparison between various approaches to scalability & concurrency including CCR & DSS framework model. I would be especially interested with comparison with Hadoop and ...
1
vote
1answer
1k views
Worked Example of Digital Signature Algorithm
Does anybody have a DSA worked example with simple values on how to calculate r,s and verify v == r. As this standard has been around awhile and is implemented in librarys e.g. the Java Cryptography ...
1
vote
1answer
256 views
Mathematical attack on the Digital Signature Algorithm
Does anybody know the mathematics behind an attack on DSA where modulus p has p-1 made up of only small factors. In reality, this would not happen as the key generator would guarantee that this is ...
1
vote
1answer
195 views
Parsing X509 DSS Certificate to get P, Q, G and Y
I am trying to parse a X509 Certificate that contains a Digital Signature Algorithm (DSA) public key.
Using the javax.security.cert.X509Certificate class and getPublicKey() method I've been able to ...
1
vote
1answer
149 views
Setup for MS Robotics Studio on 64 bit WIndows
What is the best way to setup Microsoft Robotics Studio 2.0 on 64 bit Windows Vista? Appearently something needs to be done beyond the default installation to get it to run properly.
1
vote
3answers
4k views
creating mobile streaming server (3gp)
I need an Open Source solution & tutorial for creating mobile streaming server that can stream video on 3gp (3gpp) format, i have tried using Helix DNA Server, but it's free version only allow ...
1
vote
1answer
174 views
MS Robotics Studio: “contract is different from that of the namespace”
I'm trying to build a DSS service using MS Robotics Studio and VS 2008, but when I build, I get an error from dssproxy.exe saying:
The class MyServiceName has a ContractAttribute but the contract ...
1
vote
1answer
195 views
Does Microsoft Robotics Developer Studio work on CE 6?
I have a DSS service I created (For Microsoft Robotics Studio). I then followed the documentation to make it a compact framework service and created a deployment package. I then deploy it to a CE 6 ...
0
votes
0answers
35 views
Converting Time Intervals in Hec-DSS with Jython
I'm working on a script in HEC-DSS that will take datasets which have time intervals of say 10 or 30 minutes and then convert them to a staple interval of 1 hour so that all data has uniform time ...
0
votes
1answer
27 views
How to fix NameError: Java error in HecDSS Python Script
I'm working on reading and writing information in HecDSS (using python). I had this script working fine last night except when I opened it this morning I began getting this error:
...
0
votes
1answer
64 views
Sharing Registry Space across Multiple WSO2 DSS Instances
I deployed a Governance Registry, a master Data Services Server and a slave Data Services Server according this tutorial (Strategy B with JDBC):
...
0
votes
1answer
74 views
Darwin Streaming Server - Adaptive Bitrate?
Can anyone provide any direction or links on how to use the adaptive bitrate feature that DSS says it supports? According to the release notes for v6.0.3:
3GPP Release 6 bit rate adaptation support
...
0
votes
1answer
151 views
Akamai HDCore + live stream = occasional blips of black
I noticed I'd only getting the "blips of black" (maybe 300ms of all black) whenever the stream quality changes (due to the DSS throttle).
I thought maybe there is not enough buffer, but the stream ...
0
votes
1answer
134 views
Runtime Error in Visual Simulation Environment - Microsoft Robotics Studio
I am using Microsoft Robotics Studio for a school project and I am getting a strange error when I try to run the Visual Simulation Environment. It was working fine until yesterday and then suddenly it ...
0
votes
2answers
581 views
DSS won't stream 3GP's encoded with FFMPEG
I have setup Darwin Streaming Server which streams the included sample 3GP files pretty well. However when I try to encode my own 3GPs using FFMPEG and stream them, it doesn't work. (I test the ...
0
votes
2answers
250 views
Darwin Streaming Server doesn't gives content
I have problems with Darwin Streaming server 5.5.5 on Debian.
When i'm trying to open some stream, for ex. rtsp://sample.com/sample_100kbit.mp4 player reports it can't load stream and breaks ...
-1
votes
1answer
70 views
Decision Support Systems or Content Management Systems
I am looking at installing a Content Management System or something which can be used as a Decision Support System. I am not sure which content management system has options for Knowledge Management.
...
-2
votes
4answers
56 views
Jython: How to remove '\n' from the end of a string being read in [closed]
Possible Duplicate:
Python: How to remove /n from a list element?
I'm trying to read in data from text file but when the data is read in and added to an array, so is the '\n' because each ...