38 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
24
views
How to Integrate Raspbian OS Sensor Data with Mobius for Front-End Management?
We’re working on a project where a Raspbian OS device collects temperature and humidity data, sends it to a MySQL database, and we plan to manage this data via the Mobius IoT platform's front-end.
...
0
votes
1
answer
37
views
2sxc mobius forms allow user to edit submissions
I want to use mobius form builder to allow DNN users to submit information, including a file upload, and come back later to see and edit (only) their form submission. Those in a designated DNN admin ...
0
votes
1
answer
36
views
2sxc mobius forms 6 - turn on feature Custom WebAPIs save in ADAM
I'm using DNN9.13.4, 2sxc 17.09 and Mobius Forms Builder 6. I've added "Contact Form with Files" to the page and when I submit the form, I get the error
An unexpected error occured while ...
0
votes
1
answer
52
views
Do I need to install C#8 to try out 2sxc Mobius Forms Builder?
I wanted to try out 2sxc Mobius Forms Builder on a test website (running DNN9.13.3).
Do I need to install the C# Roslyn complier to do this? Is this necessary any time 2sxc is installed?
After I ...
0
votes
1
answer
81
views
2sxc - Oqtane: Mobius Forms don't send mails
We are using Oqtane 3.4.2 and 2sxc 15.08.00. We have configured a contact form. If we send a Message we receive an error "An unexpected error occured while sending. Please try again. If it fails ...
0
votes
1
answer
213
views
Optimizing Complex Mobius Transformations on a Fragment Shader
I'm developing my own graphics engine to render all sorts of fractals (like my video here for example), and I'm currently working on optimizing my code for Julia Set matings (see this question and my ...
2
votes
2
answers
513
views
OneM2M, IOTKETI Mobius RETRIEVE Group Member ContentInstances
In my example architecture; I have an IN-Mobius and a ADN-AE-Thyme (nCube Thyme).
First of all; i created a AE which is called "ae_test_02", i can GET this resource via Postman.
After this step; i ...
2
votes
0
answers
163
views
OneM2M Authentication Server
I'm working on IoTKETI Mobius platform. I try to implement group-based authentication methods in oneM2M, Mobius platform. I was able to Register, Update, Delete an Application Entity. I did not use ...
0
votes
3
answers
593
views
It is possible to render a mobius strip with a raytracer?
In my raytracer all surfaces are centered at the origin and oriented on Y axis.
Displacement, rotations and resizing are obtained through transformation matrix applied on rays.
I recently rendered a ...
2
votes
2
answers
4k
views
Create dataframe from C# List - Spark for .NET
I am currently new to .NET for Spark and need to append a C# list to a delta table.
I assume I first need to create a Spark DataFrame to do this.
In the sample code how would I go about appending "...
2
votes
1
answer
1k
views
How to call notebook or run jobs from C# in databricks using Mobius?
I'm new to Databricks.Is it possible to send the code passing through API (like Mobius) from C# to run jobs in Databricks ?
Could you possibly give me some code example ?
such as if I want to run ...
0
votes
1
answer
91
views
Errors Updating Ruby Gems
I'm trying to update my ruby gems, I had to go the manual route, download> unpack> CD there, the run: ruby setup.rb
To here I was good to go; now however, when trying to update said gems, or when I ...
-1
votes
2
answers
306
views
Coordinates of the edge of a Mobius strip
Here is a Octave/Matlab code for generating a Mobius strip.
u = linspace(0,2*pi,100);
v = linspace(-1.0,1.0,100);
[u,v] = meshgrid(u,v);
x = (1+v.*cos(u/2)).*cos(u);
y = (1+v.*cos(u/2)).*sin(u);
z = ...
0
votes
1
answer
590
views
Wrapping a given coordinates (x,y,z) in a twisted structure
I am trying to wrap (x,y,z) coordinates on a Mobius strip (a topological structure obtained by twisting once and connecting the ends of a strip).
The structure (for which I can create xyz ...
1
vote
0
answers
193
views
Submitting a 32-bit application to Spark via Mobius
My situation is as follows: I would like to submit to Spark a 32-bit driver program. The driver program is in C# (.NET Framework console app). I use Mobius (https://github.com/Microsoft/Mobius/...