Rapid prototype development

RemoteW (English)

Download

RemoteW is an application for iPhone.
Download from the AppStore below.

https://apps.apple.com/app/remotew/id6444817412

 

About RemoteW

 
A time card application for remote work.
Record location data when you come to the office and when you travel.
Send JSON data to the administrator’s terminal by SMS just by tapping the icon in the form of coming to work.
Work management is possible by aggregating the data sent to the manager side.
Simply tap the task format icon to automatically send the location, date and time data to the administrator via SMS.
Location data is sent only for offices and business trips and serves as proof of attendance.
The data is sent in JSON format, and work management can be performed by summarizing it on the administrator’s terminal.
 
 

How to use

Setting

 
Make settings from the settings icon in the upper right.
The settings are : 
  • your e-mail address
  • SMS destination phone number
Enter these contents.
 
 
The information once entered is saved, so it is only necessary once at the beginning.
 

Send work location

You can specify the following 6 locations as work locations.

  • office
  • home
  • holiday
  • illness
  • holiday
  • business trip

Just tap each icon to automatically create his JSON file and switch to the SMS sending screen.
At that time, location information will be sent together only if you choose office and business trip. (If you select any other icon, location information will not be sent.)

When you tap the send button, the data will be sent by SMS.

Setting start and end times

You can set the start time and end time using the selectors at the bottom of the screen.
This allows you to send data with start and end times.

 

Processing of transmitted data

 
This application uses SMS to send business time reports in a common JSON format.
After sending, please process freely according to the purpose.
From simple usage such as reporting to the boss by SMS, it is also possible to build a system that aggregates on the server and processes by group.
 

Processing of SMS data

 

Daily work can be reported by entering the manager’s phone number in the SMS destination.
If you want to aggregate data in earnest, you can also aggregate on the server side by programming using a service such as Twilio.

Please refer to the following site for the aggregation method using Twilio.

 
 
 

JSON data

 
The data sent by SMS has the following format.
Please parse properly when processing on the server side.
 
{
    “title”:”RemoteW”,  // Title
    “jsonVer”:”3″,  // JSON data version
    “message”:”Holiday”,  // selected item
    “status”:”All Day”,  // Start Time , All Day , End Time
    “date”:”2022-12-04″,  // Date
    “time”:”17:23″,  // Time
    “e-mail”:”xxx@gmail.com”,  // e-mail address
    “Latitude”:”0″,
    “Longitude”:”0″,
    “sha256″:”ea13dbc8784352da31c3c15519cd2ebea424c72fe7d243d15a21dd82b9ed0831”
}
 

How to check received data? (for Manager)

With the latest version, you can check whether the data sent by SMS is correct (whether it has been tampered with).
This function is used by the manager who receives the SMS to check whether the data has been tampered with, and is normally not used.

First, start the RemoteW app.

 
 
Press and hold the received SMS in the Message app, and select “Copy” from the displayed menu.
 
 
Return to the Remote app and tap the “Check received data” button.
 
 
Allow paste.
 
 
The received data is checked and the result is displayed as below.
 
 
 
 
 
PAGETOP
Copyright © Gadget Labo, Inc. All Rights Reserved.